summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VKeyColumn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/sdbcx/VKeyColumn.cxx')
-rw-r--r--connectivity/source/sdbcx/VKeyColumn.cxx56
1 files changed, 28 insertions, 28 deletions
diff --git a/connectivity/source/sdbcx/VKeyColumn.cxx b/connectivity/source/sdbcx/VKeyColumn.cxx
index d47b1a6f7fd9..3bfb4d976498 100644
--- a/connectivity/source/sdbcx/VKeyColumn.cxx
+++ b/connectivity/source/sdbcx/VKeyColumn.cxx
@@ -55,37 +55,37 @@ OKeyColumn::OKeyColumn(bool _bCase) : OColumn(_bCase)
construct();
}
-OKeyColumn::OKeyColumn( const OUString& _ReferencedColumn,
- const OUString& _Name,
- const OUString& _TypeName,
- const OUString& _DefaultValue,
- sal_Int32 _IsNullable,
- sal_Int32 _Precision,
- sal_Int32 _Scale,
- sal_Int32 _Type,
- bool _IsAutoIncrement,
- bool _IsRowVersion,
- bool _IsCurrency,
+OKeyColumn::OKeyColumn( const OUString& ReferencedColumn,
+ const OUString& Name,
+ const OUString& TypeName,
+ const OUString& DefaultValue,
+ sal_Int32 IsNullable,
+ sal_Int32 Precision,
+ sal_Int32 Scale,
+ sal_Int32 Type,
+ bool IsAutoIncrement,
+ bool IsRowVersion,
+ bool IsCurrency,
bool _bCase,
- const OUString& _CatalogName,
- const OUString& _SchemaName,
- const OUString& _TableName
- ) : OColumn(_Name,
- _TypeName,
- _DefaultValue,
+ const OUString& CatalogName,
+ const OUString& SchemaName,
+ const OUString& TableName
+ ) : OColumn(Name,
+ TypeName,
+ DefaultValue,
OUString(),
- _IsNullable,
- _Precision,
- _Scale,
- _Type,
- _IsAutoIncrement,
- _IsRowVersion,
- _IsCurrency,
+ IsNullable,
+ Precision,
+ Scale,
+ Type,
+ IsAutoIncrement,
+ IsRowVersion,
+ IsCurrency,
_bCase,
- _CatalogName,
- _SchemaName,
- _TableName)
- , m_ReferencedColumn(_ReferencedColumn)
+ CatalogName,
+ SchemaName,
+ TableName)
+ , m_ReferencedColumn(ReferencedColumn)
{
construct();
}