summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xcontainer.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xcontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xcontainer.cxx b/connectivity/source/drivers/postgresql/pq_xcontainer.cxx
index 66f917e1869c..c597fc7b6a74 100644
--- a/connectivity/source/drivers/postgresql/pq_xcontainer.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xcontainer.cxx
@@ -40,7 +40,7 @@
#include <com/sun/star/sdbc/XParameters.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include "pq_xcontainer.hxx"
#include "pq_statics.hxx"
@@ -235,7 +235,7 @@ sal_Int32 Container::getCount()
}
-class ContainerEnumeration : public ::cppu::WeakImplHelper1< XEnumeration >
+class ContainerEnumeration : public ::cppu::WeakImplHelper< XEnumeration >
{
com::sun::star::uno::Sequence< com::sun::star::uno::Any > m_vec;
sal_Int32 m_index;