summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/hsqldb/HConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/hsqldb/HConnection.hxx')
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx
index 3fbe63c6b657..d97437b8373b 100644
--- a/connectivity/source/inc/hsqldb/HConnection.hxx
+++ b/connectivity/source/inc/hsqldb/HConnection.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/sdb/application/XTableUIProvider.hpp>
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
-#include <cppuhelper/compbase2.hxx>
+#include <cppuhelper/compbase.hxx>
#include <comphelper/uno3.hxx>
#include <cppuhelper/interfacecontainer.hxx>
@@ -47,9 +47,9 @@ namespace connectivity
// OHsqlConnection - wraps all methods to the real connection from the driver
// but when disposed it doesn't dispose the real connection
- typedef ::cppu::WeakComponentImplHelper2< ::com::sun::star::util::XFlushable
- , ::com::sun::star::sdb::application::XTableUIProvider
- > OHsqlConnection_BASE;
+ typedef ::cppu::WeakComponentImplHelper< ::com::sun::star::util::XFlushable
+ , ::com::sun::star::sdb::application::XTableUIProvider
+ > OHsqlConnection_BASE;
class OHsqlConnection :public ::comphelper::OBaseMutex
,public OHsqlConnection_BASE