summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_connection.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx
index 848dc70a4edf..ac725edeed78 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.hxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.hxx
@@ -55,7 +55,7 @@
#include <salhelper/simplereferenceobject.hxx>
#include <cppuhelper/weakref.hxx>
-#include <cppuhelper/compbase6.hxx>
+#include <cppuhelper/compbase.hxx>
#include <boost/functional/hash.hpp>
#include <libpq-fe.h>
@@ -129,7 +129,7 @@ struct ConnectionSettings
};
-typedef cppu::WeakComponentImplHelper6<
+typedef cppu::WeakComponentImplHelper<
com::sun::star::sdbc::XConnection,
com::sun::star::sdbc::XWarningsSupplier,
com::sun::star::lang::XInitialization,