diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-25 10:21:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-25 11:29:08 +0000 |
commit | 58868eb9edb819db1684ae04988a77897c62ab59 (patch) | |
tree | 1d67261720b36a5ba45e477e151805a7aa692e20 /include/svl/custritm.hxx | |
parent | 0e726874b4bd111f84483f4a4f6592c8ecec6112 (diff) |
loplugin: unnecessary destructor svl..svtools
Change-Id: Ie96dda7194c83ba88693f8c91899c732d704a4bd
Reviewed-on: https://gerrit.libreoffice.org/33515
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/custritm.hxx')
-rw-r--r-- | include/svl/custritm.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/custritm.hxx b/include/svl/custritm.hxx index 84b2db1f6ce1..66f65a85b508 100644 --- a/include/svl/custritm.hxx +++ b/include/svl/custritm.hxx @@ -41,8 +41,6 @@ public: SfxPoolItem(rItem), m_aValue(rItem.m_aValue) {} - virtual ~CntUnencodedStringItem() override {} - virtual bool operator ==(const SfxPoolItem & rItem) const override; virtual bool GetPresentation(SfxItemPresentation, |