diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-20 17:10:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-20 18:22:26 +0200 |
commit | 764d52045b0a28e071f214fb1334b7a0c05df6bd (patch) | |
tree | 02f5cb1e761745e065fe6b60fea1f4818984dcf3 /sc | |
parent | 37892578e97ea0f0c948116d639797060ac5f21f (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.hxx | 1 |
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; |