[Libreoffice-commits] core.git: sc/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 5 07:23:42 UTC 2020
sc/source/filter/xml/xmlstyli.cxx | 2 +-
sc/source/filter/xml/xmlstyli.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5c44f44147b5490cc792949989f4baba2137beed
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Mar 4 15:20:05 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Mar 5 08:22:54 2020 +0100
use FastParser in ScXMLMasterStylesContext
Change-Id: I432a3b5a1087a50b2cdc959b42bc58209a6cedfc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89993
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx
index 39b1511cee22..b83f6cf06a45 100644
--- a/sc/source/filter/xml/xmlstyli.cxx
+++ b/sc/source/filter/xml/xmlstyli.cxx
@@ -943,7 +943,7 @@ SvXMLStyleContext *ScXMLMasterStylesContext::CreateStyleStyleChildContext(
return nullptr;
}
-void ScXMLMasterStylesContext::EndElement()
+void ScXMLMasterStylesContext::endFastElement(sal_Int32 )
{
FinishStyles(true);
}
diff --git a/sc/source/filter/xml/xmlstyli.hxx b/sc/source/filter/xml/xmlstyli.hxx
index 09542b47dc81..1bbb01ee145c 100644
--- a/sc/source/filter/xml/xmlstyli.hxx
+++ b/sc/source/filter/xml/xmlstyli.hxx
@@ -184,7 +184,7 @@ public:
ScXMLMasterStylesContext( SvXMLImport& rImport );
virtual ~ScXMLMasterStylesContext() override;
- virtual void EndElement() override;
+ virtual void SAL_CALL endFastElement(sal_Int32 nElement) override;
};
class ScMasterPageContext : public XMLTextMasterPageContext
More information about the Libreoffice-commits
mailing list