summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Table.hxx
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-08-12 10:47:34 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-08-12 17:20:21 +0100
commit893a8a6f1183d8af2fe6be68457ecfe3f6ad8155 (patch)
treef93ed3daf4f3a761bb2dba8da361d898bb9c0f15 /connectivity/source/drivers/firebird/Table.hxx
parentc33f9afcadf350ea9f9a82b57f52ee08998ef653 (diff)
Remove unneeded field. (firebird-sdbc)
This can be retrieved as needed from DatabaseMetaData. Change-Id: I0324b7c087e6d7357437a9d6bc94340605066172
Diffstat (limited to 'connectivity/source/drivers/firebird/Table.hxx')
-rw-r--r--connectivity/source/drivers/firebird/Table.hxx3
1 files changed, 1 insertions, 2 deletions
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(