From f7c14f57300255bb279ccd95d6b87347b1e0aec2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 8 Nov 2014 20:27:51 +0100 Subject: xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule() Change-Id: I359f37ce778d55e6868bd1c78c0ff0d452f36088 --- sw/source/uibase/config/StoredChapterNumbering.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source') diff --git a/sw/source/uibase/config/StoredChapterNumbering.cxx b/sw/source/uibase/config/StoredChapterNumbering.cxx index ee835352318b..245e88453517 100644 --- a/sw/source/uibase/config/StoredChapterNumbering.cxx +++ b/sw/source/uibase/config/StoredChapterNumbering.cxx @@ -346,7 +346,7 @@ public: uno::Reference const xRule( new sw::StoredChapterNumberingRules(m_rNumRules, iter - m_Contexts.begin())); - (*iter)->FillUnoNumRule(xRule, 0); + (*iter)->FillUnoNumRule(xRule); // TODO: xmloff's outline-style import seems to ignore this??? uno::Reference const xNamed(xRule, uno::UNO_QUERY); xNamed->setName((*iter)->GetDisplayName()); -- cgit