diff options
author | Noel <noelgrandin@gmail.com> | 2020-12-02 14:40:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-03 08:03:09 +0100 |
commit | 8a4d1cc66bc728c68002a415e5aecabbf5ec433b (patch) | |
tree | d5d488e2c0f024db4a2c7819cc6eee11fceddaf2 /xmloff/inc | |
parent | 6a54cb56ae418db5088bbf874785b086616ceb45 (diff) |
fastparser in XMLTextHeaderFooterContext
Change-Id: I7a330789dd64a259607c6b9b1ea6a3c139457a92
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107128
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLTextHeaderFooterContext.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/inc/XMLTextHeaderFooterContext.hxx b/xmloff/inc/XMLTextHeaderFooterContext.hxx index 9e0a0b86cec9..350e9a747d66 100644 --- a/xmloff/inc/XMLTextHeaderFooterContext.hxx +++ b/xmloff/inc/XMLTextHeaderFooterContext.hxx @@ -50,10 +50,9 @@ public: virtual ~XMLTextHeaderFooterContext() 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 endFastElement(sal_Int32 nElement) override; }; |