summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xtable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xtable.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xtable.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xtable.cxx b/connectivity/source/drivers/postgresql/pq_xtable.cxx
index 8da4a6d4f406..17728bb71b20 100644
--- a/connectivity/source/drivers/postgresql/pq_xtable.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xtable.cxx
@@ -40,6 +40,7 @@
#include <cppuhelper/queryinterface.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
+#include <com/sun/star/sdbc/SQLException.hpp>
#include "pq_xtable.hxx"
#include "pq_xtables.hxx"
@@ -55,7 +56,6 @@ using osl::Mutex;
using com::sun::star::container::XNameAccess;
using com::sun::star::container::XIndexAccess;
-using com::sun::star::container::ElementExistException;
using com::sun::star::container::NoSuchElementException;
using com::sun::star::uno::Reference;
@@ -66,8 +66,6 @@ using com::sun::star::uno::makeAny;
using com::sun::star::uno::Type;
using com::sun::star::uno::RuntimeException;
-using com::sun::star::lang::IndexOutOfBoundsException;
-
using com::sun::star::beans::XPropertySet;
using com::sun::star::sdbc::XStatement;