diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 19:56:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:24:39 +0100 |
commit | ead15254172d7d1f9f838cf21b4e5c246bfc7ca3 (patch) | |
tree | 7e4d7621d602b76b133f04c2cad8572ab778dada /connectivity/source/drivers/evoab2 | |
parent | 1b574435a591695fac694f7129631312b05ef06e (diff) |
bool improvements
Change-Id: If35c939adede6a912dee14714a7ceeab84ac977e
Diffstat (limited to 'connectivity/source/drivers/evoab2')
-rw-r--r-- | connectivity/source/drivers/evoab2/NResultSet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NResultSet.cxx b/connectivity/source/drivers/evoab2/NResultSet.cxx index 4bff96debd98..2cc664bcfb0d 100644 --- a/connectivity/source/drivers/evoab2/NResultSet.cxx +++ b/connectivity/source/drivers/evoab2/NResultSet.cxx @@ -615,7 +615,7 @@ OEvoabResultSet::OEvoabResultSet( OCommonStatement* pStmt, OEvoabConnection *pCo ,m_pStatement(pStmt) ,m_pConnection(pConnection) ,m_xMetaData(NULL) - ,m_bWasNull(sal_True) + ,m_bWasNull(true) ,m_nFetchSize(0) ,m_nResultSetType(ResultSetType::SCROLL_INSENSITIVE) ,m_nFetchDirection(FetchDirection::FORWARD) |