From c7e8f21a538c409abe70b90d7bba38386e90a876 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 29 Oct 2015 12:40:04 +0200 Subject: loplugin:unusedmethods Change-Id: Id3b5cd75d4357336ed592ef11a3f34d209f8e95f Reviewed-on: https://gerrit.libreoffice.org/19636 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/connectivity/dbcharset.hxx | 2 -- include/connectivity/sqliterator.hxx | 1 - 2 files changed, 3 deletions(-) (limited to 'include/connectivity') diff --git a/include/connectivity/dbcharset.hxx b/include/connectivity/dbcharset.hxx index 9046686ce0a6..66044f76d0ff 100644 --- a/include/connectivity/dbcharset.hxx +++ b/include/connectivity/dbcharset.hxx @@ -79,8 +79,6 @@ namespace dbtools */ CharsetIterator find(const OUString& _rIanaName, const IANA&) const; - std::size_t size() const { ensureConstructed( ); return m_aEncodings.size(); } - /// get access to the first element of the charset collection CharsetIterator begin() const; /// get access to the (last + 1st) element of the charset collection diff --git a/include/connectivity/sqliterator.hxx b/include/connectivity/sqliterator.hxx index a703da07cf15..dddd2dd9df0c 100644 --- a/include/connectivity/sqliterator.hxx +++ b/include/connectivity/sqliterator.hxx @@ -215,7 +215,6 @@ namespace connectivity ::rtl::Reference getGroupColumns() const { return m_aGroupColumns;} ::rtl::Reference getOrderColumns() const { return m_aOrderColumns;} ::rtl::Reference getParameters() const { return m_aParameters; } - ::rtl::Reference getCreateColumns() const { return m_aCreateColumns;} /** return the columname and the table range @param _pColumnRef -- cgit