summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parentsw: store Outline Numbering as ODF fragment instead of SfxPoolItems (diff)
downloadcore-f7c14f57300255bb279ccd95d6b87347b1e0aec2.tar.gz
core-f7c14f57300255bb279ccd95d6b87347b1e0aec2.zip
xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()
Change-Id: I359f37ce778d55e6868bd1c78c0ff0d452f36088
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmlnumi.hxx7
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