summaryrefslogtreecommitdiff
path: root/connectivity/inc/sdbcx/VKeyColumn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/sdbcx/VKeyColumn.hxx')
-rw-r--r--connectivity/inc/sdbcx/VKeyColumn.hxx58
1 files changed, 29 insertions, 29 deletions
diff --git a/connectivity/inc/sdbcx/VKeyColumn.hxx b/connectivity/inc/sdbcx/VKeyColumn.hxx
index 59b26131db9f..76e9b9062a20 100644
--- a/connectivity/inc/sdbcx/VKeyColumn.hxx
+++ b/connectivity/inc/sdbcx/VKeyColumn.hxx
@@ -22,37 +22,37 @@
#include <connectivity/sdbcx/VColumn.hxx>
namespace connectivity::sdbcx
- {
- class OKeyColumn;
- typedef ::comphelper::OIdPropertyArrayUsageHelper<OKeyColumn> OKeyColumn_PROP;
+{
+ class OKeyColumn;
+ typedef ::comphelper::OIdPropertyArrayUsageHelper<OKeyColumn> OKeyColumn_PROP;
- class OKeyColumn :
- public OColumn, public OKeyColumn_PROP
- {
- OUString m_ReferencedColumn;
- protected:
- virtual ::cppu::IPropertyArrayHelper* createArrayHelper( sal_Int32 _nId) const override;
- virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override;
- public:
- OKeyColumn(bool _bCase);
- OKeyColumn( OUString ReferencedColumn,
- const OUString& Name,
- const OUString& TypeName,
- const OUString& DefaultValue,
- sal_Int32 IsNullable,
- sal_Int32 Precision,
- sal_Int32 Scale,
- sal_Int32 Type,
- bool _bCase,
- const OUString& CatalogName,
- const OUString& SchemaName,
- const OUString& TableName);
- // just to make it not inline
- virtual ~OKeyColumn() override;
+ class OKeyColumn :
+ public OColumn, public OKeyColumn_PROP
+ {
+ OUString m_ReferencedColumn;
+ protected:
+ virtual ::cppu::IPropertyArrayHelper* createArrayHelper( sal_Int32 _nId) const override;
+ virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override;
+ public:
+ OKeyColumn(bool _bCase);
+ OKeyColumn( OUString ReferencedColumn,
+ const OUString& Name,
+ const OUString& TypeName,
+ const OUString& DefaultValue,
+ sal_Int32 IsNullable,
+ sal_Int32 Precision,
+ sal_Int32 Scale,
+ sal_Int32 Type,
+ bool _bCase,
+ const OUString& CatalogName,
+ const OUString& SchemaName,
+ const OUString& TableName);
+ // just to make it not inline
+ virtual ~OKeyColumn() override;
- virtual void construct() override;
- DECLARE_SERVICE_INFO();
- };
+ virtual void construct() override;
+ DECLARE_SERVICE_INFO();
+ };
}