diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 13:08:16 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-20 06:33:44 +0000 |
commit | 9f4f237a3834e5d58a87296424db5428f68d1550 (patch) | |
tree | 9e3e2fa55dc1a4d673d4c12e2af297bf32140204 /include/svl/eitem.hxx | |
parent | fcdddbd30a8b5cf6a5cc4d2ff28b7d4a20f8ec6b (diff) |
loplugin:unusedmethods svl
Change-Id: If86cc43fda4d138cf7f678d81fa2b35f68f3c03b
Reviewed-on: https://gerrit.libreoffice.org/17162
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svl/eitem.hxx')
-rw-r--r-- | include/svl/eitem.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svl/eitem.hxx b/include/svl/eitem.hxx index d01ce77a3367..add2a5f87ce3 100644 --- a/include/svl/eitem.hxx +++ b/include/svl/eitem.hxx @@ -88,9 +88,6 @@ public: // SfxPoolItem virtual bool operator ==(const SfxPoolItem & rItem) const SAL_OVERRIDE; - using SfxPoolItem::Compare; - virtual int Compare(const SfxPoolItem & rWith) const SAL_OVERRIDE; - virtual bool GetPresentation(SfxItemPresentation, SfxMapUnit, SfxMapUnit, OUString & rText, |