summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-02 16:25:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-03 08:28:10 +0200
commitdbeb289888e70038e9fc3c52728f7fe03f1935cb (patch)
tree972db2d8d460c483934c64084a47a1501953c875 /lotuswordpro
parentc3b7f134b94bf2f0830b16b42bd72d235de377fb (diff)
loplugin:unusedmethods
Change-Id: I7db0c27ff2213210ed4b46ebbadc1a2f74a18257 Reviewed-on: https://gerrit.libreoffice.org/61249 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro')
-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 90d98dc9c3a2..f19833e26c3a 100644
--- a/lotuswordpro/source/filter/lwplaypiece.hxx
+++ b/lotuswordpro/source/filter/lwplaypiece.hxx
@@ -203,7 +203,6 @@ public:
LwpColumnInfo();
~LwpColumnInfo();
void Read(LwpObjectStream *pStrm);
- double GetWidth(){return LwpTools::ConvertFromUnitsToMetric(m_nWidth);}
double GetGap(){return LwpTools::ConvertFromUnitsToMetric(m_nGap);}
private:
sal_Int32 m_nWidth;