diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-19 09:40:25 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-19 11:01:56 +0200 |
commit | 5fe99ea3ee7b33a80f1419f2a4c9c1ea56dd00ee (patch) | |
tree | 0afae9735b407fe08421d19d702708a28f1e97c3 /sw/inc/dbmgr.hxx | |
parent | 39969defa29948d77565a7cd8a3471baaec8f35d (diff) |
loplugin:unusedmethods in sw/
Change-Id: Id452bfac5c83f130a138e06984a0c79c37af70ac
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r-- | sw/inc/dbmgr.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index 5218faf4231d..c54712abc765 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -352,13 +352,9 @@ public: SvNumberFormatter* pNFormatr, long nLanguage ); - sal_Int32 GetRowCount(const OUString& rDBName, const OUString& rTableName); - static sal_Int32 GetRowCount(css::uno::Reference< css::sdbc::XConnection> xConnection, const OUString& rTableName); - sal_Int32 GetRowCount() const; - sal_uLong GetColumnFormat( const OUString& rDBName, const OUString& rTableName, const OUString& rColNm, |