summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTOCSourceContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-11-24 20:13:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-25 07:14:34 +0100
commit7ac81c6a1dc0ccd6ab62793f4787002da73b4d5b (patch)
tree785c73b7f455231bad0ab5d1c8a5d650c6cd97a0 /xmloff/source/text/XMLIndexTOCSourceContext.hxx
parentcaf72d1f20547a94e29c0943eb94fa52aec430a4 (diff)
fastparser in TOC
Change-Id: Ia46d61e202292c957299e77e133c7f7a9f6eb0ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106547 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/XMLIndexTOCSourceContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTOCSourceContext.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLIndexTOCSourceContext.hxx b/xmloff/source/text/XMLIndexTOCSourceContext.hxx
index 1a53fedb2ebe..e28e8526cdfe 100644
--- a/xmloff/source/text/XMLIndexTOCSourceContext.hxx
+++ b/xmloff/source/text/XMLIndexTOCSourceContext.hxx
@@ -59,10 +59,9 @@ protected:
virtual void SAL_CALL endFastElement(sal_Int32 nElement) override;
- virtual SvXMLImportContextRef CreateChildContext(
- sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList ) override;
+ virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(
+ sal_Int32 nElement,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override;
};
#endif