From a62129aa632c2d574a6560efc19f9de84aed1670 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Jul 2015 16:41:37 +0200 Subject: loplugin:unusedmethods xmloff Change-Id: I9d15d8edcc6746c055336bf31e5b0c15cb971ffe Reviewed-on: https://gerrit.libreoffice.org/17061 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/text/XMLTextNumRuleInfo.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xmloff/source/text/XMLTextNumRuleInfo.hxx') diff --git a/xmloff/source/text/XMLTextNumRuleInfo.hxx b/xmloff/source/text/XMLTextNumRuleInfo.hxx index 8ca93af9d6f4..9628e02fabd9 100644 --- a/xmloff/source/text/XMLTextNumRuleInfo.hxx +++ b/xmloff/source/text/XMLTextNumRuleInfo.hxx @@ -87,11 +87,6 @@ public: { return msNumRulesName; } - inline const ::com::sun::star::uno::Reference < - ::com::sun::star::container::XIndexReplace >& GetNumRules() const - { - return mxNumRules; - } inline sal_Int16 GetListLevelStartValue() const { return mnListLevelStartValue; -- cgit