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/kab/KTables.hxx | |
parent | 89147da58913a10157632a56a3c156911b86e1df (diff) |
loplugin:literaltoboolconversion
Change-Id: I9f0e84b63ee6e338fc273c137eb1d1470b8185dc
Diffstat (limited to 'connectivity/source/drivers/kab/KTables.hxx')
-rw-r--r-- | connectivity/source/drivers/kab/KTables.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/kab/KTables.hxx b/connectivity/source/drivers/kab/KTables.hxx index 2efe02ec36d2..ed9465971844 100644 --- a/connectivity/source/drivers/kab/KTables.hxx +++ b/connectivity/source/drivers/kab/KTables.hxx @@ -41,7 +41,7 @@ namespace connectivity ::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) { } |