diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-03 16:19:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-04 06:38:38 +0000 |
commit | e63116602b8f49508d0aef1dd1afe746a29cc219 (patch) | |
tree | 4dfc2253d096497c7f7f4522b42825ab84e7a64b /include/svl/aeitem.hxx | |
parent | 5676ced82539d9e40bde6196d2aa3b2e4c7b3fdb (diff) |
loplugin:unusedmethods
Change-Id: I30f9b6e68a7aa73782c980749e34f8f8d40ae57b
Reviewed-on: https://gerrit.libreoffice.org/36047
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/aeitem.hxx')
-rw-r--r-- | include/svl/aeitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/aeitem.hxx b/include/svl/aeitem.hxx index f0334fb0ca46..10aaa1f30d26 100644 --- a/include/svl/aeitem.hxx +++ b/include/svl/aeitem.hxx @@ -49,7 +49,6 @@ class SVL_DLLPUBLIC SfxAllEnumItem: public SfxAllEnumItem_Base std::size_t GetPosByValue_( sal_uInt16 nValue ) const; public: - SfxAllEnumItem(); explicit SfxAllEnumItem( sal_uInt16 nWhich); SfxAllEnumItem( sal_uInt16 nWhich, sal_uInt16 nVal ); SfxAllEnumItem( sal_uInt16 nWhich, SvStream &rStream ); |