summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/TIndex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/TIndex.cxx')
-rw-r--r--connectivity/source/commontools/TIndex.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/commontools/TIndex.cxx b/connectivity/source/commontools/TIndex.cxx
index c6fe22e49a8b..5d7ca6a1d724 100644
--- a/connectivity/source/commontools/TIndex.cxx
+++ b/connectivity/source/commontools/TIndex.cxx
@@ -41,13 +41,13 @@ OIndexHelper::OIndexHelper( OTableHelper* _pTable) : connectivity::sdbcx::OIndex
}
OIndexHelper::OIndexHelper( OTableHelper* _pTable,
- const OUString& _Name,
- const OUString& _Catalog,
+ const OUString& Name,
+ const OUString& Catalog,
bool _isUnique,
bool _isPrimaryKeyIndex,
bool _isClustered
- ) : connectivity::sdbcx::OIndex(_Name,
- _Catalog,
+ ) : connectivity::sdbcx::OIndex(Name,
+ Catalog,
_isUnique,
_isPrimaryKeyIndex,
_isClustered,true)