From 893a8a6f1183d8af2fe6be68457ecfe3f6ad8155 Mon Sep 17 00:00:00 2001 From: "Andrzej J.R. Hunt" Date: Mon, 12 Aug 2013 10:47:34 +0100 Subject: Remove unneeded field. (firebird-sdbc) This can be retrieved as needed from DatabaseMetaData. Change-Id: I0324b7c087e6d7357437a9d6bc94340605066172 --- connectivity/source/drivers/firebird/Table.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'connectivity/source/drivers/firebird/Table.hxx') diff --git a/connectivity/source/drivers/firebird/Table.hxx b/connectivity/source/drivers/firebird/Table.hxx index e7ed569d96ac..0ea469503f89 100644 --- a/connectivity/source/drivers/firebird/Table.hxx +++ b/connectivity/source/drivers/firebird/Table.hxx @@ -30,8 +30,7 @@ namespace connectivity const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection, const ::rtl::OUString& rName, const ::rtl::OUString& rType, - const ::rtl::OUString& rDescription, - sal_Int32 _nPrivileges); + const ::rtl::OUString& rDescription); // OTableHelper virtual ::connectivity::sdbcx::OCollection* createColumns( -- cgit