diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-12 12:06:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-13 12:00:27 +0200 |
commit | ffa2229a8ebf3b42f6327589814063fc39db7118 (patch) | |
tree | 0f3abaaaa143a0f8b784ad0a80f64207e3e10bc2 /svl | |
parent | fd4c3670dc509f3e10132106475c3dc414f91412 (diff) |
remove dead code
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/visitem.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svl/source/items/visitem.cxx b/svl/source/items/visitem.cxx index 6e96def23d51..f1723ab86698 100644 --- a/svl/source/items/visitem.cxx +++ b/svl/source/items/visitem.cxx @@ -95,12 +95,6 @@ SfxPoolItem * SfxVisibilityItem::Clone(SfxItemPool *) const } // virtual -sal_uInt16 SfxVisibilityItem::GetValueCount() const -{ - return 2; -} - -// virtual OUString SfxVisibilityItem::GetValueTextByVal(bool bTheValue) const { return bTheValue ? OUString("TRUE") : OUString("FALSE"); |