From 7ac81c6a1dc0ccd6ab62793f4787002da73b4d5b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Nov 2020 20:13:47 +0200 Subject: fastparser in TOC Change-Id: Ia46d61e202292c957299e77e133c7f7a9f6eb0ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106547 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/text/XMLIndexTOCSourceContext.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'xmloff/source/text/XMLIndexTOCSourceContext.hxx') 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 & 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 -- cgit