summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xcontainer.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xcontainer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xcontainer.hxx b/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
index 1fe97dc4c44c..71227e74a2fd 100644
--- a/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
+++ b/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
@@ -47,7 +47,7 @@
#include <com/sun/star/util/XRefreshable.hpp>
-#include <cppuhelper/compbase8.hxx>
+#include <cppuhelper/compbase.hxx>
#include <unordered_map>
#include <vector>
@@ -94,7 +94,7 @@ typedef std::unordered_map
::std::equal_to< OUString >
> String2IntMap;
-typedef ::cppu::WeakComponentImplHelper8
+typedef ::cppu::WeakComponentImplHelper
<
com::sun::star::container::XNameAccess,
com::sun::star::container::XIndexAccess,