From 8728c3466211f71cea119a9895a0f4619fd47d96 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 31 Mar 2014 17:30:06 +0200 Subject: connectivity: sal_Bool->bool Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d --- include/connectivity/sdbcx/VTable.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/connectivity/sdbcx/VTable.hxx') 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(), -- cgit