summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/firebird/StatementCommonBase.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:15:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:37 +0200
commit15e410e5afac989e423d6ce158ef65288c67ee7b (patch)
tree5c56e8b7b90b51b86b1f5ccbda0bf3c63533ae71 /connectivity/source/drivers/firebird/StatementCommonBase.cxx
parentloplugin:salbool: Automatic rewrite of sal_False/True (diff)
downloadcore-15e410e5afac989e423d6ce158ef65288c67ee7b.tar.gz
core-15e410e5afac989e423d6ce158ef65288c67ee7b.zip
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I6fada7331ee369c35cbe019db4e730ce56cd1a1f
Diffstat (limited to 'connectivity/source/drivers/firebird/StatementCommonBase.cxx')
-rw-r--r--connectivity/source/drivers/firebird/StatementCommonBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/StatementCommonBase.cxx b/connectivity/source/drivers/firebird/StatementCommonBase.cxx
index 61a963c30176..85af7aa9fd1f 100644
--- a/connectivity/source/drivers/firebird/StatementCommonBase.cxx
+++ b/connectivity/source/drivers/firebird/StatementCommonBase.cxx
@@ -232,7 +232,7 @@ uno::Reference< XResultSet > SAL_CALL OStatementCommonBase::getResultSet() throw
sal_Bool SAL_CALL OStatementCommonBase::getMoreResults() throw(SQLException, RuntimeException, std::exception)
{
// TODO: verify we really can't support this
- return sal_False;
+ return false;
// MutexGuard aGuard( m_aMutex );
// checkDisposed(OStatementCommonBase_Base::rBHelper.bDisposed);
}