summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-02 13:49:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-03 07:04:22 +0100
commita186fd4f2427df7baa50f78e99644dc5a50dfb12 (patch)
tree84e5028f121b1d5fe9d0bc11b6ea133d7db6e9a9 /include/xmloff
parent1df2581cfffc87386c6de7614793b2d664244e5a (diff)
fastparser in ScXMLChangeTextPContext
Change-Id: Ia20ec9890a6da48b0a1db740842c056701b24ae5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107125 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlictxt.hxx5
1 files changed, 5 insertions, 0 deletions
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<css::xml::sax::XFastAttributeList>& 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<css::xml::sax::XFastAttributeList>& Attribs);
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createUnknownChildContext(
const OUString & Namespace, const OUString & Name,