Kaydet (Commit) 6f349af5 authored tarafından Noel Grandin's avatar Noel Grandin

remove unnecessary virtual in SfxVisibilityItem

Change-Id: Ie27ce4f3a509e0e2a4073638e745bd5166cc3c81
üst 749fa381
......@@ -69,9 +69,9 @@ public:
virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE;
virtual sal_uInt16 GetValueCount() const;
sal_uInt16 GetValueCount() const;
virtual OUString GetValueTextByVal(bool bTheValue) const;
OUString GetValueTextByVal(bool bTheValue) const;
bool GetValue() const { return m_nValue.bVisible; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment