summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpstyl.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 /xmloff/source/draw/ximpstyl.hxx
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 'xmloff/source/draw/ximpstyl.hxx')
-rw-r--r--xmloff/source/draw/ximpstyl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx
index 68927899d2d7..3885d405141b 100644
--- a/xmloff/source/draw/ximpstyl.hxx
+++ b/xmloff/source/draw/ximpstyl.hxx
@@ -187,6 +187,7 @@ class SdXMLStylesContext : public SvXMLStylesContext
XmlStyleFamily nFamily, const OUString& rPrefix) const;
protected:
+ using SvXMLStylesContext::CreateStyleChildContext;
virtual SvXMLStyleContext* CreateStyleChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,