diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-11-14 17:53:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-14 18:46:25 +0100 |
commit | 0d8191bf574751d8006344ae4db9ef1e4bf547f8 (patch) | |
tree | 87d27a3cfe8f7cbcdefec3c588b342bb8e65f60f /xmloff/inc | |
parent | eb2fdd9bc6696732fa472f6883993334898cef7a (diff) |
use fastparser in XMLEmbeddedObjectImportContext
Change-Id: I57352475bb62c75cddc7f3eafc0e0fcca166953b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105837
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLEmbeddedObjectImportContext.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx index 7f2a739e07af..95942f2331c5 100644 --- a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx +++ b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx @@ -44,9 +44,9 @@ public: virtual ~XMLEmbeddedObjectImportContext() override; - 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; virtual void SAL_CALL startFastElement( sal_Int32 nElement, |