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.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xcontainer.cxx b/connectivity/source/drivers/postgresql/pq_xcontainer.cxx
index 1e383df96359..2f92174be32a 100644
--- a/connectivity/source/drivers/postgresql/pq_xcontainer.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xcontainer.cxx
@@ -36,10 +36,6 @@
#include <rtl/ustrbuf.hxx>
-#include <com/sun/star/sdbc/XRow.hpp>
-#include <com/sun/star/sdbc/XParameters.hpp>
-
-
#include <cppuhelper/implbase.hxx>
#include "pq_xcontainer.hxx"
@@ -48,7 +44,6 @@
using osl::MutexGuard;
-
using com::sun::star::beans::XPropertySet;
using com::sun::star::uno::Any;
@@ -68,13 +63,6 @@ using com::sun::star::lang::XEventListener;
using com::sun::star::lang::WrappedTargetException;
-using com::sun::star::sdbc::XRow;
-using com::sun::star::sdbc::XCloseable;
-using com::sun::star::sdbc::XStatement;
-using com::sun::star::sdbc::XResultSet;
-using com::sun::star::sdbc::XParameters;
-using com::sun::star::sdbc::XPreparedStatement;
-using com::sun::star::sdbcx::XDataDescriptorFactory;
namespace pq_sdbc_driver
{