summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/hsqldb/HColumns.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/hsqldb/HColumns.hxx')
-rw-r--r--connectivity/source/inc/hsqldb/HColumns.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/hsqldb/HColumns.hxx b/connectivity/source/inc/hsqldb/HColumns.hxx
index 5078e3566bfe..637ea8f2c263 100644
--- a/connectivity/source/inc/hsqldb/HColumns.hxx
+++ b/connectivity/source/inc/hsqldb/HColumns.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@ namespace connectivity
protected:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createDescriptor();
public:
- OHSQLColumns( ::cppu::OWeakObject& _rParent
+ OHSQLColumns( ::cppu::OWeakObject& _rParent
,sal_Bool _bCase
,::osl::Mutex& _rMutex
,const TStringVector &_rVector
@@ -51,7 +51,7 @@ namespace connectivity
typedef sdbcx::OColumn OHSQLColumn_BASE;
typedef ::comphelper::OIdPropertyArrayUsageHelper<OHSQLColumn> OHSQLColumn_PROP;
- class OHSQLColumn : public OHSQLColumn_BASE,
+ class OHSQLColumn : public OHSQLColumn_BASE,
public OHSQLColumn_PROP
{
::rtl::OUString m_sAutoIncrement;