diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-02-03 09:27:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-03 11:04:48 +0000 |
commit | b105ad5bafa847f5dd53aee8107a7c77cebcfdfc (patch) | |
tree | 39a55a5706856e3b4d43e3a7697b50694fa9cb11 /svl | |
parent | d52ac7508ca87f5acb16dc0539d1814915847925 (diff) |
callcatcher: shave off some more
Change-Id: I8ed7028f865bd4a6425859ab3b57ed8e928a78e4
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/cenumitm.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ -222,12 +222,6 @@ SfxPoolItem * SfxBoolItem::Clone(SfxItemPool *) const } // virtual -sal_uInt16 SfxBoolItem::GetValueCount() const -{ - return 2; -} - -// virtual OUString SfxBoolItem::GetValueTextByVal(bool bTheValue) const { return bTheValue ? OUString("TRUE") : OUString("FALSE"); |