summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/KStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/kab/KStatement.hxx')
-rw-r--r--connectivity/source/drivers/kab/KStatement.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/kab/KStatement.hxx b/connectivity/source/drivers/kab/KStatement.hxx
index a0e872d7988a..7d453d36ace5 100644
--- a/connectivity/source/drivers/kab/KStatement.hxx
+++ b/connectivity/source/drivers/kab/KStatement.hxx
@@ -39,10 +39,10 @@ namespace connectivity
::com::sun::star::util::XCancellable,
::com::sun::star::sdbc::XCloseable> KabCommonStatement_BASE;
- //**************************************************************
+
// Class KabCommonStatement
// is a base class for the normal statement and for the prepared statement
- //**************************************************************
+
class KabCommonStatement : public comphelper::OBaseMutex,
public KabCommonStatement_BASE,
public ::cppu::OPropertySetHelper,
@@ -139,9 +139,9 @@ namespace connectivity
) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception);
};
- //**************************************************************
+
// Class KabStatement
- //**************************************************************
+
typedef ::cppu::ImplInheritanceHelper1<
KabCommonStatement, ::com::sun::star::lang::XServiceInfo > KabStatement_BASE;