diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-14 16:41:37 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-15 10:36:25 +0000 |
commit | a62129aa632c2d574a6560efc19f9de84aed1670 (patch) | |
tree | fd600f38eda8ca2b7326c3d4e75c460cba6204bd /xmloff/source/text/XMLTextNumRuleInfo.hxx | |
parent | 8474e8260ad18cf83c79bd64a63e6344b4ce24d2 (diff) |
loplugin:unusedmethods xmloff
Change-Id: I9d15d8edcc6746c055336bf31e5b0c15cb971ffe
Reviewed-on: https://gerrit.libreoffice.org/17061
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/source/text/XMLTextNumRuleInfo.hxx')
-rw-r--r-- | xmloff/source/text/XMLTextNumRuleInfo.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
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; |