summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLTextMasterStylesContext.hxx
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 /include/xmloff/XMLTextMasterStylesContext.hxx
parentBase addon toolbars on the regular ToolBarManager (diff)
downloadcore-764d52045b0a28e071f214fb1334b7a0c05df6bd.tar.gz
core-764d52045b0a28e071f214fb1334b7a0c05df6bd.zip
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 'include/xmloff/XMLTextMasterStylesContext.hxx')
-rw-r--r--include/xmloff/XMLTextMasterStylesContext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/XMLTextMasterStylesContext.hxx b/include/xmloff/XMLTextMasterStylesContext.hxx
index 12975af36469..45b253759fde 100644
--- a/include/xmloff/XMLTextMasterStylesContext.hxx
+++ b/include/xmloff/XMLTextMasterStylesContext.hxx
@@ -27,6 +27,7 @@
class XMLOFF_DLLPUBLIC XMLTextMasterStylesContext : 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;