From 0f732c41bc4edd7075ff68a81c0ca299e3e913c9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 17 Jul 2015 11:48:35 +0200 Subject: loplugin:unusedmethods lotuswordpro Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0 --- lotuswordpro/source/filter/lwpframelayout.hxx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lotuswordpro/source/filter/lwpframelayout.hxx') diff --git a/lotuswordpro/source/filter/lwpframelayout.hxx b/lotuswordpro/source/filter/lwpframelayout.hxx index 8c86cc72e28e..2e409644d004 100644 --- a/lotuswordpro/source/filter/lwpframelayout.hxx +++ b/lotuswordpro/source/filter/lwpframelayout.hxx @@ -215,15 +215,13 @@ public: LwpRubyMarker* GetMarker(); void ConvertContentText(); LwpStory* GetContentStory(); - sal_uInt8 GetPosition(){return m_nPlacement;} - sal_uInt8 GetAlignment(){return m_nAlignment;} void RegisterStyle() SAL_OVERRIDE; enum{ - LEFT = 4, - RIGHT = 5, - CENTER = 2, - TOP = 1, - BOTTOM = 3 + LEFT = 4, + RIGHT = 5, + CENTER = 2, + TOP = 1, + BOTTOM = 3 }; protected: void Read() SAL_OVERRIDE; -- cgit