From 6b95a41ef585803aa1c242ddfbcc50302a10b198 Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 30 Nov 2020 15:21:00 +0200 Subject: fastparser in XMLAutoMarkFileContext Change-Id: I6ede5fb202d1667cbfbe1b200509e1b6e4b0d4c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106868 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/text/XMLAutoMarkFileContext.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xmloff/source/text/XMLAutoMarkFileContext.hxx') diff --git a/xmloff/source/text/XMLAutoMarkFileContext.hxx b/xmloff/source/text/XMLAutoMarkFileContext.hxx index 0bb621d59bfb..0165e04b7122 100644 --- a/xmloff/source/text/XMLAutoMarkFileContext.hxx +++ b/xmloff/source/text/XMLAutoMarkFileContext.hxx @@ -43,8 +43,9 @@ public: protected: - virtual void StartElement( - const css::uno::Reference & xAttrList) override; + virtual void SAL_CALL startFastElement( + sal_Int32 nElement, + const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override; }; #endif -- cgit