diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-01 08:40:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-01 08:40:10 +0200 |
commit | 1ea5e5c4a98fc7512de0fa6db60f24d50116ecb5 (patch) | |
tree | ad5298b2a16f810e1c0814ab49643335fcc4ef64 /connectivity/source/drivers/evoab2/NTables.hxx | |
parent | 89147da58913a10157632a56a3c156911b86e1df (diff) |
loplugin:literaltoboolconversion
Change-Id: I9f0e84b63ee6e338fc273c137eb1d1470b8185dc
Diffstat (limited to 'connectivity/source/drivers/evoab2/NTables.hxx')
-rw-r--r-- | connectivity/source/drivers/evoab2/NTables.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NTables.hxx b/connectivity/source/drivers/evoab2/NTables.hxx index 2763f0e455cf..98a066c63473 100644 --- a/connectivity/source/drivers/evoab2/NTables.hxx +++ b/connectivity/source/drivers/evoab2/NTables.hxx @@ -35,7 +35,7 @@ namespace connectivity OEvoabTables(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rMetaData, ::cppu::OWeakObject& _rParent, ::osl::Mutex& _rMutex, const TStringVector &_rVector) : - sdbcx::OCollection(_rParent,sal_True,_rMutex,_rVector), + sdbcx::OCollection(_rParent,true,_rMutex,_rVector), m_xMetaData(_rMetaData) {} virtual void SAL_CALL disposing(void) SAL_OVERRIDE; |