summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql/YColumns.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mysql/YColumns.cxx')
-rw-r--r--connectivity/source/drivers/mysql/YColumns.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mysql/YColumns.cxx b/connectivity/source/drivers/mysql/YColumns.cxx
index ff93286f7ff4..30b6cd2df9f2 100644
--- a/connectivity/source/drivers/mysql/YColumns.cxx
+++ b/connectivity/source/drivers/mysql/YColumns.cxx
@@ -33,21 +33,21 @@ using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
OMySQLColumns::OMySQLColumns( ::cppu::OWeakObject& _rParent
- ,sal_Bool _bCase
+ ,bool _bCase
,::osl::Mutex& _rMutex
,const TStringVector &_rVector
- ,sal_Bool _bUseHardRef
+ ,bool _bUseHardRef
) : OColumnsHelper(_rParent,_bCase,_rMutex,_rVector,_bUseHardRef)
{
}
Reference< XPropertySet > OMySQLColumns::createDescriptor()
{
- return new OMySQLColumn(sal_True);
+ return new OMySQLColumn(true);
}
-OMySQLColumn::OMySQLColumn( sal_Bool _bCase)
+OMySQLColumn::OMySQLColumn( bool _bCase)
: connectivity::sdbcx::OColumn( _bCase )
{
construct();