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/cintitem.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/cintitem.hxx')
-rw-r--r-- | include/svl/cintitem.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/svl/cintitem.hxx b/include/svl/cintitem.hxx index e6b404cd1198..2ccfd942d6f9 100644 --- a/include/svl/cintitem.hxx +++ b/include/svl/cintitem.hxx @@ -37,8 +37,6 @@ public: SfxPoolItem(rItem), m_nValue(rItem.m_nValue) {} - virtual ~CntByteItem() override {} - virtual bool operator ==(const SfxPoolItem & rItem) const override; virtual bool GetPresentation(SfxItemPresentation, @@ -86,8 +84,6 @@ public: SfxPoolItem(rItem), m_nValue(rItem.m_nValue) {} - virtual ~CntUInt16Item() override {} - virtual bool operator ==(const SfxPoolItem & rItem) const override; virtual bool GetPresentation(SfxItemPresentation, @@ -135,8 +131,6 @@ public: SfxPoolItem(rItem), m_nValue(rItem.m_nValue) {} - virtual ~CntInt32Item() override {} - virtual bool operator ==(const SfxPoolItem & rItem) const override; virtual bool GetPresentation(SfxItemPresentation, @@ -184,8 +178,6 @@ public: SfxPoolItem(rItem), m_nValue(rItem.m_nValue) {} - virtual ~CntUInt32Item() override {} - virtual bool operator ==(const SfxPoolItem & rItem) const override; virtual bool GetPresentation(SfxItemPresentation, |