summaryrefslogtreecommitdiff
path: root/svl/source/items/aeitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/aeitem.cxx')
-rw-r--r--svl/source/items/aeitem.cxx21
1 files changed, 0 insertions, 21 deletions
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: */