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 /include/svl | |
parent | fd4c3670dc509f3e10132106475c3dc414f91412 (diff) |
remove dead code
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/visitem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/visitem.hxx b/include/svl/visitem.hxx index c4f501efaa7b..3a8406279bc8 100644 --- a/include/svl/visitem.hxx +++ b/include/svl/visitem.hxx @@ -69,8 +69,6 @@ public: virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE; - sal_uInt16 GetValueCount() const; - OUString GetValueTextByVal(bool bTheValue) const; bool GetValue() const { return m_nValue.bVisible; } |