summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/Connection.hxx')
-rw-r--r--connectivity/source/drivers/firebird/Connection.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/drivers/firebird/Connection.hxx b/connectivity/source/drivers/firebird/Connection.hxx
index 1e90581ba755..47f0ad7bf026 100644
--- a/connectivity/source/drivers/firebird/Connection.hxx
+++ b/connectivity/source/drivers/firebird/Connection.hxx
@@ -28,7 +28,7 @@
#include <boost/scoped_ptr.hpp>
#include <connectivity/CommonTools.hxx>
#include <connectivity/OSubComponent.hxx>
-#include <cppuhelper/compbase4.hxx>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/weakref.hxx>
#include <map>
#include <OTypeInfo.hxx>
@@ -52,11 +52,11 @@ namespace connectivity
namespace firebird
{
- typedef ::cppu::WeakComponentImplHelper4< ::com::sun::star::document::XDocumentEventListener,
- ::com::sun::star::lang::XServiceInfo,
- ::com::sun::star::sdbc::XConnection,
- ::com::sun::star::sdbc::XWarningsSupplier
- > Connection_BASE;
+ typedef ::cppu::WeakComponentImplHelper< ::com::sun::star::document::XDocumentEventListener,
+ ::com::sun::star::lang::XServiceInfo,
+ ::com::sun::star::sdbc::XConnection,
+ ::com::sun::star::sdbc::XWarningsSupplier
+ > Connection_BASE;
class OStatementCommonBase;
class FirebirdDriver;