summaryrefslogtreecommitdiffstats
path: root/connectivity/source/commontools/TIndexColumns.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/TIndexColumns.cxx')
-rw-r--r--connectivity/source/commontools/TIndexColumns.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/commontools/TIndexColumns.cxx b/connectivity/source/commontools/TIndexColumns.cxx
index 025e13123ad1..31d1367ff11b 100644
--- a/connectivity/source/commontools/TIndexColumns.cxx
+++ b/connectivity/source/commontools/TIndexColumns.cxx
@@ -39,7 +39,7 @@ using namespace ::com::sun::star::lang;
OIndexColumns::OIndexColumns( OIndexHelper* _pIndex,
::osl::Mutex& _rMutex,
const ::std::vector< OUString> &_rVector)
- : connectivity::sdbcx::OCollection(*_pIndex,sal_True,_rMutex,_rVector)
+ : connectivity::sdbcx::OCollection(*_pIndex,true,_rMutex,_rVector)
,m_pIndex(_pIndex)
{
}
@@ -94,7 +94,7 @@ sdbcx::ObjectType OIndexColumns::createObject(const OUString& _rName)
nSize,
nDec,
nDataType,
- sal_False,sal_False,sal_False,sal_True,
+ false,false,false,true,
aCatalog, aSchema, aTable);
xRet = pRet;
break;
@@ -107,7 +107,7 @@ sdbcx::ObjectType OIndexColumns::createObject(const OUString& _rName)
Reference< XPropertySet > OIndexColumns::createDescriptor()
{
- return new OIndexColumn(sal_True);
+ return new OIndexColumn(true);
}
void OIndexColumns::impl_refresh() throw(RuntimeException)