summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-08 20:27:51 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-08 22:58:21 +0100
commitf7c14f57300255bb279ccd95d6b87347b1e0aec2 (patch)
tree9ce75309a8d71925c6f289f37f14870b1fb25482 /sw/source
parent1535f39388223de53e4b923c6f7bb71ee32c1858 (diff)
xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()
Change-Id: I359f37ce778d55e6868bd1c78c0ff0d452f36088
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/uibase/config/StoredChapterNumbering.cxx2
1 files changed, 1 insertions, 1 deletions
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<container::XIndexReplace> 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<container::XNamed> const xNamed(xRule, uno::UNO_QUERY);
xNamed->setName((*iter)->GetDisplayName());