summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTOCSourceContext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-11-24 20:23:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-25 08:42:54 +0100
commitb563b61af9a8d9917845f52d2058b7d18ec6cdce (patch)
treebf1ec9a878acb5c66e24a5c7b20e6d7c335831f3 /xmloff/source/text/XMLIndexTOCSourceContext.cxx
parent60d0cf170b637c01f76e354e8bf5a40cade11b69 (diff)
fastparser in text index
Change-Id: Ia1811b6e913aabcb9f1fb138ab440f5cee8a9d74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106548 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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)