summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xviews.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xviews.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xviews.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xviews.cxx b/connectivity/source/drivers/postgresql/pq_xviews.cxx
index 51d49004dd6b..4df8cda7232b 100644
--- a/connectivity/source/drivers/postgresql/pq_xviews.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xviews.cxx
@@ -37,8 +37,6 @@
#include <rtl/ustrbuf.hxx>
#include <com/sun/star/sdbc/XRow.hpp>
-#include <com/sun/star/sdbc/XParameters.hpp>
-#include <com/sun/star/sdbcx/Privilege.hpp>
#include "pq_xviews.hxx"
#include "pq_xview.hxx"
@@ -48,27 +46,19 @@
using osl::MutexGuard;
-
using com::sun::star::beans::XPropertySet;
using com::sun::star::uno::makeAny;
using com::sun::star::uno::UNO_QUERY;
-using com::sun::star::uno::XInterface;
using com::sun::star::uno::Reference;
using com::sun::star::uno::RuntimeException;
using com::sun::star::container::NoSuchElementException;
-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::sdbc::XDatabaseMetaData;
-// using com::sun::star::sdbcx::Privilege;
namespace pq_sdbc_driver
{