From b105ad5bafa847f5dd53aee8107a7c77cebcfdfc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 3 Feb 2015 09:27:49 +0000 Subject: callcatcher: shave off some more Change-Id: I8ed7028f865bd4a6425859ab3b57ed8e928a78e4 --- svl/source/items/cenumitm.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'svl') diff --git a/svl/source/items/cenumitm.cxx b/svl/source/items/cenumitm.cxx index 8e5bfe40d516..bb4ada807dd2 100644 --- a/svl/source/items/cenumitm.cxx +++ b/svl/source/items/cenumitm.cxx @@ -221,12 +221,6 @@ SfxPoolItem * SfxBoolItem::Clone(SfxItemPool *) const return new SfxBoolItem(*this); } -// virtual -sal_uInt16 SfxBoolItem::GetValueCount() const -{ - return 2; -} - // virtual OUString SfxBoolItem::GetValueTextByVal(bool bTheValue) const { -- cgit