diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-18 16:35:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-24 08:27:56 +0000 |
commit | 3caf31b05d7bbf3d50a1bbda6c8b95982cb5c2b5 (patch) | |
tree | b281c279936763f21a9f07047246dfdc72e8d4fe /sc/inc/conditio.hxx | |
parent | 2c8e66129f14c6d0b9174d27546e233b3995d8d4 (diff) |
loplugin:unusedmethods in sc
Change-Id: Ic378126a30be853d10fe174c451cee3c6ded404f
Reviewed-on: https://gerrit.libreoffice.org/25109
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/conditio.hxx')
-rw-r--r-- | sc/inc/conditio.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index a9825940c28b..f214320fe603 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -104,7 +104,6 @@ public: bool NeedsRepaint() const; - void resetTokenArray(ScTokenArray* pTokens, const ScRange& rRange); void addTokenArray(ScTokenArray* pTokens, const ScRange& rRange); void stopListening(); void setCallback(const std::function<void()>& aCallbackFunction); @@ -518,7 +517,6 @@ public: const_iterator end() const; size_t size() const; - bool empty() const; void erase(sal_uLong nIndex); void clear(); |