diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-20 21:57:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-22 09:39:15 +0100 |
commit | af6752b88e34df05449a4237d9be0fac509c227c (patch) | |
tree | 39eb9c3f30cfa12bba0546db5d643512323c9084 /svl/source | |
parent | b2d7ede98716806cc4b3ea8547247175d5f04d18 (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/items/aeitem.cxx | 21 |
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: */ |