diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-29 12:40:04 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-30 05:58:41 +0000 |
commit | c7e8f21a538c409abe70b90d7bba38386e90a876 (patch) | |
tree | c5d1e79d88c5728c29fa49106b0e7c40e0f5f01d /include/connectivity | |
parent | efbde08e2a9930edb4637824d9d3a768873314a8 (diff) |
loplugin:unusedmethods
Change-Id: Id3b5cd75d4357336ed592ef11a3f34d209f8e95f
Reviewed-on: https://gerrit.libreoffice.org/19636
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/dbcharset.hxx | 2 | ||||
-rw-r--r-- | include/connectivity/sqliterator.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
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<OSQLColumns> getGroupColumns() const { return m_aGroupColumns;} ::rtl::Reference<OSQLColumns> getOrderColumns() const { return m_aOrderColumns;} ::rtl::Reference<OSQLColumns> getParameters() const { return m_aParameters; } - ::rtl::Reference<OSQLColumns> getCreateColumns() const { return m_aCreateColumns;} /** return the columname and the table range @param _pColumnRef |