summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTOCSourceContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTOCSourceContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexTOCSourceContext.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexTOCSourceContext.cxx b/xmloff/source/text/XMLIndexTOCSourceContext.cxx
index 801d59e72bd5..62b05e0635ba 100644
--- a/xmloff/source/text/XMLIndexTOCSourceContext.cxx
+++ b/xmloff/source/text/XMLIndexTOCSourceContext.cxx
@@ -39,10 +39,8 @@ using ::com::sun::star::xml::sax::XAttributeList;
XMLIndexTOCSourceContext::XMLIndexTOCSourceContext(
SvXMLImport& rImport,
- sal_uInt16 nPrfx,
- const OUString& rLocalName,
Reference<XPropertySet> & rPropSet)
-: XMLIndexSourceBaseContext(rImport, nPrfx, rLocalName, rPropSet, true)
+: XMLIndexSourceBaseContext(rImport, rPropSet, true)
// use all chapters by default
, nOutlineLevel(rImport.GetTextImport()->GetChapterNumbering()->getCount())
, bUseOutline(true)