summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTemplateContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTemplateContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTemplateContext.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLIndexTemplateContext.hxx b/xmloff/source/text/XMLIndexTemplateContext.hxx
index e692edbafbf7..a086829fd6ef 100644
--- a/xmloff/source/text/XMLIndexTemplateContext.hxx
+++ b/xmloff/source/text/XMLIndexTemplateContext.hxx
@@ -87,21 +87,17 @@ public:
XMLIndexTemplateContext(
SvXMLImport& rImport,
css::uno::Reference<css::beans::XPropertySet> & rPropSet,
- sal_uInt16 nPrfx,
- const OUString& rLocalName,
const SvXMLEnumMapEntry<EnumT>* aLevelNameMap,
enum ::xmloff::token::XMLTokenEnum eLevelAttrName,
const char** aLevelStylePropNameMap,
const bool* aAllowedTokenTypes,
bool bTOC_=false)
- : XMLIndexTemplateContext(rImport,rPropSet,nPrfx,rLocalName,
+ : XMLIndexTemplateContext(rImport,rPropSet,
reinterpret_cast<const SvXMLEnumMapEntry<sal_uInt16>*>(aLevelNameMap),
eLevelAttrName, aLevelStylePropNameMap, aAllowedTokenTypes, bTOC_) {}
XMLIndexTemplateContext(
SvXMLImport& rImport,
css::uno::Reference<css::beans::XPropertySet> & rPropSet,
- sal_uInt16 nPrfx,
- const OUString& rLocalName,
const SvXMLEnumMapEntry<sal_uInt16>* aLevelNameMap,
enum ::xmloff::token::XMLTokenEnum eLevelAttrName,
const char** aLevelStylePropNameMap,