diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-31 17:30:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-01 07:38:09 +0200 |
commit | 8728c3466211f71cea119a9895a0f4619fd47d96 (patch) | |
tree | 35bbe3172566195c6334b145bdf3d3a92012eaca /include/connectivity/sdbcx/VTable.hxx | |
parent | 73c1ac010c544e836cfff4c53542a2bb37630c9f (diff) |
connectivity: sal_Bool->bool
Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d
Diffstat (limited to 'include/connectivity/sdbcx/VTable.hxx')
-rw-r--r-- | include/connectivity/sdbcx/VTable.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/sdbcx/VTable.hxx b/include/connectivity/sdbcx/VTable.hxx index 609d0f98e0e4..2e0f86af887e 100644 --- a/include/connectivity/sdbcx/VTable.hxx +++ b/include/connectivity/sdbcx/VTable.hxx @@ -85,9 +85,9 @@ namespace connectivity virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() SAL_OVERRIDE; public: OTable( OCollection* _pTables, - sal_Bool _bCase); + bool _bCase); OTable( OCollection* _pTables, - sal_Bool _bCase, + bool _bCase, const OUString& _Name, const OUString& _Type, const OUString& _Description = OUString(), |