summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/TColumnsHelper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-31 17:30:06 +0200
committerNoel Grandin <noel@peralex.com>2014-04-01 07:38:09 +0200
commit8728c3466211f71cea119a9895a0f4619fd47d96 (patch)
tree35bbe3172566195c6334b145bdf3d3a92012eaca /connectivity/source/commontools/TColumnsHelper.cxx
parent73c1ac010c544e836cfff4c53542a2bb37630c9f (diff)
connectivity: sal_Bool->bool
Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d
Diffstat (limited to 'connectivity/source/commontools/TColumnsHelper.cxx')
-rw-r--r--connectivity/source/commontools/TColumnsHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/commontools/TColumnsHelper.cxx b/connectivity/source/commontools/TColumnsHelper.cxx
index 6802d161e50f..05ac27588d0a 100644
--- a/connectivity/source/commontools/TColumnsHelper.cxx
+++ b/connectivity/source/commontools/TColumnsHelper.cxx
@@ -63,7 +63,7 @@ OColumnsHelper::OColumnsHelper( ::cppu::OWeakObject& _rParent
,::osl::Mutex& _rMutex
,const TStringVector &_rVector
,bool _bUseHardRef
- ) : OCollection(_rParent,_bCase,_rMutex,_rVector,sal_False,_bUseHardRef)
+ ) : OCollection(_rParent,_bCase,_rMutex,_rVector,false,_bUseHardRef)
,m_pImpl(NULL)
,m_pTable(NULL)
{
@@ -129,7 +129,7 @@ sdbcx::ObjectType OColumnsHelper::createObject(const OUString& _rName)
pColDesc->nField9,
pColDesc->nField5,
bAutoIncrement,
- sal_False,
+ false,
bIsCurrency,
isCaseSensitive(),
aCatalog,
@@ -165,7 +165,7 @@ void OColumnsHelper::impl_refresh() throw(RuntimeException)
Reference< XPropertySet > OColumnsHelper::createDescriptor()
{
- return new OColumn(sal_True);
+ return new OColumn(true);
}
// XAppend