diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-28 20:21:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-30 08:09:30 +0200 |
commit | 36914a8b3a07391d225bce593236d6fcf0cc61d2 (patch) | |
tree | b16632987a03eabb14d9c697ce3454575e1861ec /xmloff/inc/XMLBackgroundImageContext.hxx | |
parent | 977a97f3148c0aece0a54304aae81ec44ced07e0 (diff) |
use fastparser in XMLElementPropertyContext subclasses
Change-Id: Ib19b7372debb0a213bbe8f27c70ff9f0393797fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101631
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc/XMLBackgroundImageContext.hxx')
-rw-r--r-- | xmloff/inc/XMLBackgroundImageContext.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/inc/XMLBackgroundImageContext.hxx b/xmloff/inc/XMLBackgroundImageContext.hxx index c5ffa768710d..3ad9509e7bca 100644 --- a/xmloff/inc/XMLBackgroundImageContext.hxx +++ b/xmloff/inc/XMLBackgroundImageContext.hxx @@ -60,9 +60,8 @@ public: virtual ~XMLBackgroundImageContext() override; - 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; virtual void SAL_CALL startFastElement( sal_Int32 /*nElement*/, const css::uno::Reference< css::xml::sax::XFastAttributeList >& ) override {} |