diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-25 15:31:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-26 07:52:52 +0200 |
commit | 2501bb3a9a142f62903cd0f20bafd96e2cea45fe (patch) | |
tree | a21a9de5e53e02a2b231d14cf455543c377e3697 /include/xmloff/XMLShapeStyleContext.hxx | |
parent | 0ce849d2585e9236dd10f0d5859b58d135f20d2e (diff) |
use fastparser in SdXMLStylesContext
Change-Id: I5cf46f6ba8366c92a18d1cc00eb7eebf8ae82be6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101343
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/XMLShapeStyleContext.hxx')
-rw-r--r-- | include/xmloff/XMLShapeStyleContext.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/xmloff/XMLShapeStyleContext.hxx b/include/xmloff/XMLShapeStyleContext.hxx index 96ae15ce8cde..4a7eef147b36 100644 --- a/include/xmloff/XMLShapeStyleContext.hxx +++ b/include/xmloff/XMLShapeStyleContext.hxx @@ -49,6 +49,12 @@ public: const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, SvXMLStylesContext& rStyles, XmlStyleFamily nFamily); + XMLShapeStyleContext( + SvXMLImport& rImport, + sal_Int32 nElement, + const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList, + SvXMLStylesContext& rStyles, + XmlStyleFamily nFamily); virtual ~XMLShapeStyleContext() override; SvXMLImportContextRef CreateChildContext( |