summaryrefslogtreecommitdiff
path: root/sc/inc/attrib.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-02 20:33:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-02 21:07:54 +0000
commitd41b8ac9e53d3cbe05bed171f27c76cc01ea742f (patch)
treea815b1b04df4121cd7b2e1ea15c55b6356210e13 /sc/inc/attrib.hxx
parentfbf7b31f17243b58097aedd2a990ecaf301b341f (diff)
callcatcher: shave off a few more
Change-Id: Ie48cf7f89c8c826e56409c2493e1e1250086f10a
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r--sc/inc/attrib.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index 6a28fe9a5b21..284384193b18 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -56,8 +56,6 @@ public:
ScMergeAttr( const ScMergeAttr& );
virtual ~ScMergeAttr();
- OUString GetValueText() const;
-
virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
virtual SfxPoolItem* Create( SvStream& rStream, sal_uInt16 nVer ) const SAL_OVERRIDE;
@@ -251,7 +249,6 @@ public:
ScPageHFItem( const ScPageHFItem& rItem );
virtual ~ScPageHFItem();
- OUString GetValueText() const;
virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
@@ -303,7 +300,6 @@ public:
ScDoubleItem( const ScDoubleItem& rItem );
virtual ~ScDoubleItem();
- OUString GetValueText() const;
virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;