diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-26 13:12:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-27 14:17:47 +0200 |
commit | 6a33cdd0c440bdf3a563d514da3fdaef841c1588 (patch) | |
tree | 6bd190e42f749931c4be736d812a99a80d9645b7 /xmloff/inc/XMLChartStyleContext.hxx | |
parent | 00791931967170aecc4260e568efa11724386692 (diff) |
convert remaining XMLPropStyleContext subclasses to fastparser
Change-Id: If78be8caf1b1a87ef16abf04a29bc30762ddb90b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101440
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc/XMLChartStyleContext.hxx')
-rw-r--r-- | xmloff/inc/XMLChartStyleContext.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/inc/XMLChartStyleContext.hxx b/xmloff/inc/XMLChartStyleContext.hxx index 9da6900862f6..8fc13f3cc6da 100644 --- a/xmloff/inc/XMLChartStyleContext.hxx +++ b/xmloff/inc/XMLChartStyleContext.hxx @@ -46,10 +46,8 @@ public: const css::uno::Reference<css::beans::XPropertySet > & rPropSet ) override; /// necessary for property context (element-property symbol-image) - virtual SvXMLImportContextRef CreateChildContext( - sal_uInt16 nPrefix, - const OUString& rLocalName, - const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override; + virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( + sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; bool isEmptyDataStyleName() override { return msDataStyleName.isEmpty(); } }; |