summaryrefslogtreecommitdiffstats
path: root/connectivity/source/commontools/TKeyColumns.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/TKeyColumns.cxx')
-rw-r--r--connectivity/source/commontools/TKeyColumns.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/commontools/TKeyColumns.cxx b/connectivity/source/commontools/TKeyColumns.cxx
index 73ab71ce7eb0..c79bcca8ab7d 100644
--- a/connectivity/source/commontools/TKeyColumns.cxx
+++ b/connectivity/source/commontools/TKeyColumns.cxx
@@ -40,7 +40,7 @@ using namespace ::com::sun::star::lang;
OKeyColumnsHelper::OKeyColumnsHelper( OTableKeyHelper* _pKey,
::osl::Mutex& _rMutex,
const ::std::vector< OUString> &_rVector)
- : connectivity::sdbcx::OCollection(*_pKey,sal_True,_rMutex,_rVector)
+ : connectivity::sdbcx::OCollection(*_pKey,true,_rMutex,_rVector)
,m_pKey(_pKey)
{
}
@@ -109,9 +109,9 @@ sdbcx::ObjectType OKeyColumnsHelper::createObject(const OUString& _rName)
nSize,
nDec,
nDataType,
- sal_False,
- sal_False,
- sal_False,
+ false,
+ false,
+ false,
isCaseSensitive(),
aCatalog,
aSchema,