summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplaypiece.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-16 23:06:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-17 09:54:13 +0100
commit7acd9e2c28911003511de641cfd18b86bde7d808 (patch)
tree17d19f4778f0df9a9557d827ea0b6b43757750ec /lotuswordpro/source/filter/lwplaypiece.hxx
parent9b845e5814ba8f251986494bed4ec3c64bddcfd3 (diff)
callcatcher: remove some methods
Diffstat (limited to 'lotuswordpro/source/filter/lwplaypiece.hxx')
-rw-r--r--lotuswordpro/source/filter/lwplaypiece.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwplaypiece.hxx b/lotuswordpro/source/filter/lwplaypiece.hxx
index ea1e386cd541..74a22474177e 100644
--- a/lotuswordpro/source/filter/lwplaypiece.hxx
+++ b/lotuswordpro/source/filter/lwplaypiece.hxx
@@ -113,7 +113,6 @@ public:
virtual ~LwpLayoutScale();
virtual void Parse(IXFStream* pOutputStream);
sal_uInt16 GetScaleMode(){return m_nScaleMode;}
- void SetScaleMode(sal_uInt16 nVal){m_nScaleMode = nVal;}
sal_uInt32 GetScalePercentage(){return m_nScalePercentage;}
void SetScalePercentage(sal_uInt32 nVal){m_nScalePercentage = nVal;}
sal_Int32 GetScaleWidth(){return m_nScaleWidth;}