diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-08 20:27:51 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-08 22:58:21 +0100 |
commit | f7c14f57300255bb279ccd95d6b87347b1e0aec2 (patch) | |
tree | 9ce75309a8d71925c6f289f37f14870b1fb25482 /include | |
parent | 1535f39388223de53e4b923c6f7bb71ee32c1858 (diff) |
xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()
Change-Id: I359f37ce778d55e6868bd1c78c0ff0d452f36088
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmlnumi.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx index 413b9ffa0dfa..c4ef73352a66 100644 --- a/include/xmloff/xmlnumi.hxx +++ b/include/xmloff/xmlnumi.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/style/NumberingType.hpp> namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } } -class SvI18NMap; + class SvxXMLListLevelStyleContext_Impl; typedef std::vector<SvxXMLListLevelStyleContext_Impl *> SvxXMLListStyle_Impl; @@ -72,9 +72,8 @@ public: ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE; void FillUnoNumRule( - const ::com::sun::star::uno::Reference< - ::com::sun::star::container::XIndexReplace > & rNumRule, - const SvI18NMap *pI18NMap ) const; + const css::uno::Reference< + css::container::XIndexReplace> & rNumRule) const; const ::com::sun::star::uno::Reference < ::com::sun::star::container::XIndexReplace >& GetNumRules() const |