diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-25 09:24:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-25 12:57:43 +0200 |
commit | 041fd5a6b8c1f0002cfc693ef66daf28a86df371 (patch) | |
tree | f0110af172eea7cb8e4757929afb478b32ebaadf /xmloff/inc/PageMasterImportContext.hxx | |
parent | d27a41606bc1d860b1d7b07d9f3e004a52947ac6 (diff) |
use more fastparser in PageStyleContext
Change-Id: I1de96a68881e5f035c34136cd3ad89fa7cad29ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101310
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc/PageMasterImportContext.hxx')
-rw-r--r-- | xmloff/inc/PageMasterImportContext.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/inc/PageMasterImportContext.hxx b/xmloff/inc/PageMasterImportContext.hxx index a60522249759..158c7ce29503 100644 --- a/xmloff/inc/PageMasterImportContext.hxx +++ b/xmloff/inc/PageMasterImportContext.hxx @@ -42,10 +42,8 @@ public: bool bDefaultStyle); virtual ~PageStyleContext() 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; // don't call this virtual void FillPropertySet( |