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.gran...@collabora.co.uk>
AuthorDate: Wed Mar 4 15:20:05 2020 +0200
Commit:     Noel Grandin <noel.gran...@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.gran...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to