From a186fd4f2427df7baa50f78e99644dc5a50dfb12 Mon Sep 17 00:00:00 2001 From: Noel Date: Wed, 2 Dec 2020 13:49:15 +0200 Subject: fastparser in ScXMLChangeTextPContext Change-Id: Ia20ec9890a6da48b0a1db740842c056701b24ae5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107125 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/xmlictxt.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/xmloff') diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx index 82f4c11632f1..c0d484844faf 100644 --- a/include/xmloff/xmlictxt.hxx +++ b/include/xmloff/xmlictxt.hxx @@ -107,6 +107,11 @@ public: virtual css::uno::Reference< XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 Element, const css::uno::Reference& Attribs) override; + /** + * temporary method to forward call to CreateChildContext, for use during slow-to-fastparser transition + */ + css::uno::Reference< XFastContextHandler > createFastChildContextFallback(sal_Int32 Element, + const css::uno::Reference& Attribs); virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createUnknownChildContext( const OUString & Namespace, const OUString & Name, -- cgit