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/lwpfribtext.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lotuswordpro/source/filter/lwpfribtext.hxx') diff --git a/lotuswordpro/source/filter/lwpfribtext.hxx b/lotuswordpro/source/filter/lwpfribtext.hxx index 0c48b9ce8d4b..ad41dbc40dda 100644 --- a/lotuswordpro/source/filter/lwpfribtext.hxx +++ b/lotuswordpro/source/filter/lwpfribtext.hxx @@ -105,8 +105,6 @@ public: inline sal_uInt16 GetNumberChar() const; - inline sal_uInt16 GetLevel() const; - inline sal_uInt16 GetStart() const; private: @@ -123,10 +121,6 @@ inline sal_uInt16 LwpFribParaNumber::GetNumberChar() const { return m_nNumberChar; } -inline sal_uInt16 LwpFribParaNumber::GetLevel() const -{ - return m_nLevel; -} inline sal_uInt16 LwpFribParaNumber::GetStart() const { return m_nStart; -- cgit