From e63116602b8f49508d0aef1dd1afe746a29cc219 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Apr 2017 16:19:02 +0200 Subject: loplugin:unusedmethods Change-Id: I30f9b6e68a7aa73782c980749e34f8f8d40ae57b Reviewed-on: https://gerrit.libreoffice.org/36047 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svl/source/items/aeitem.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'svl') diff --git a/svl/source/items/aeitem.cxx b/svl/source/items/aeitem.cxx index d50b77d85761..819a0d61fa77 100644 --- a/svl/source/items/aeitem.cxx +++ b/svl/source/items/aeitem.cxx @@ -32,13 +32,6 @@ struct SfxAllEnumValue_Impl class SfxAllEnumValueArr : public std::vector {}; -SfxAllEnumItem::SfxAllEnumItem() : - SfxAllEnumItem_Base(0, 0), - pValues( nullptr ), - pDisabledValues( nullptr ) -{ -} - SfxAllEnumItem::SfxAllEnumItem(sal_uInt16 which, sal_uInt16 nVal): SfxAllEnumItem_Base(which, nVal), pValues( nullptr ), -- cgit