diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-30 15:21:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-01 06:58:26 +0100 |
commit | 6b95a41ef585803aa1c242ddfbcc50302a10b198 (patch) | |
tree | 26498d958b346866aea353267cf5a6158e7e0ef4 /xmloff/source/text/XMLAutoMarkFileContext.hxx | |
parent | 4e63ec27b69fa01ff610c894c9fbf05c377a6179 (diff) |
fastparser in XMLAutoMarkFileContext
Change-Id: I6ede5fb202d1667cbfbe1b200509e1b6e4b0d4c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106868
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/XMLAutoMarkFileContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLAutoMarkFileContext.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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<css::xml::sax::XAttributeList> & xAttrList) override; + virtual void SAL_CALL startFastElement( + sal_Int32 nElement, + const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override; }; #endif |