From f59334988a77eece1cae7d63e0df4320beebf384 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 30 Aug 2020 10:22:09 +0200 Subject: use more fastparser in SvXMLStyleContext subclasses Change-Id: I6a1596bdbfa4db128730a663fc590c9e5bfa249d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101659 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/text/XMLTextMasterPageContext.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/source/text/XMLTextMasterPageContext.cxx') diff --git a/xmloff/source/text/XMLTextMasterPageContext.cxx b/xmloff/source/text/XMLTextMasterPageContext.cxx index 6acd6a68e9dd..9a0350db0974 100644 --- a/xmloff/source/text/XMLTextMasterPageContext.cxx +++ b/xmloff/source/text/XMLTextMasterPageContext.cxx @@ -68,10 +68,10 @@ Reference < XStyle > XMLTextMasterPageContext::Create() const OUStringLiteral gsFollowStyle( u"FollowStyle" ); XMLTextMasterPageContext::XMLTextMasterPageContext( SvXMLImport& rImport, - sal_Int32 nElement, + sal_Int32 /*nElement*/, const Reference< XFastAttributeList > & xAttrList, bool bOverwrite ) -: SvXMLStyleContext( rImport, nElement, xAttrList, XmlStyleFamily::MASTER_PAGE ) +: SvXMLStyleContext( rImport, XmlStyleFamily::MASTER_PAGE ) , bInsertHeader( false ) , bInsertFooter( false ) , bInsertHeaderLeft( false ) -- cgit