From af6752b88e34df05449a4237d9be0fac509c227c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 20 Aug 2011 21:57:36 +0100 Subject: callcatcher: remove unused methods --- svl/source/items/aeitem.cxx | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'svl/source/items/aeitem.cxx') diff --git a/svl/source/items/aeitem.cxx b/svl/source/items/aeitem.cxx index e81c67d2d041..4b10e716e569 100644 --- a/svl/source/items/aeitem.cxx +++ b/svl/source/items/aeitem.cxx @@ -60,15 +60,6 @@ SfxAllEnumItem::SfxAllEnumItem() : { } -SfxAllEnumItem::SfxAllEnumItem( sal_uInt16 which, sal_uInt16 nVal, const XubString &rText ): - SfxEnumItem(which, nVal), - pValues( 0 ), - pDisabledValues( 0 ) -{ - DBG_CTOR(SfxAllEnumItem, 0); - InsertValue( nVal, rText ); -} - // ----------------------------------------------------------------------- SfxAllEnumItem::SfxAllEnumItem(sal_uInt16 which, sal_uInt16 nVal): @@ -292,16 +283,4 @@ void SfxAllEnumItem::RemoveValue( sal_uInt16 nValue ) pValues->Remove( nPos ); } -// ----------------------------------------------------------------------- - - -void SfxAllEnumItem::RemoveAllValues() -{ - DBG_CHKTHIS(SfxAllEnumItem, 0); - if ( pValues ) - pValues->DeleteAndDestroy( 0, pValues->Count() ); -} - - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit