summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-20 17:10:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-20 18:22:26 +0200
commit764d52045b0a28e071f214fb1334b7a0c05df6bd (patch)
tree02f5cb1e761745e065fe6b60fea1f4818984dcf3 /sc
parent37892578e97ea0f0c948116d639797060ac5f21f (diff)
use fastparser in SvXMLNumFormatContext
which requires making SvXMLStylesContext capable of doing both fast and slow-parser paths. Change-Id: I57428b10ac2d67bc233cc978c9a0c0c3755d60e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101022 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/xmlstyli.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/xml/xmlstyli.hxx b/sc/source/filter/xml/xmlstyli.hxx
index 78bab6fdeee2..221ef801a8e9 100644
--- a/sc/source/filter/xml/xmlstyli.hxx
+++ b/sc/source/filter/xml/xmlstyli.hxx
@@ -169,6 +169,7 @@ public:
class ScXMLMasterStylesContext : public SvXMLStylesContext
{
protected:
+ using SvXMLStylesContext::CreateStyleChildContext;
virtual SvXMLStyleContext *CreateStyleChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override;