dbaccess/source/filter/xml/xmlStyleImport.cxx |    4 ++--
 dbaccess/source/filter/xml/xmlStyleImport.hxx |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5c5bbdd1b7e77499ea71aa7c57f7287bb063bf79
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Wed Mar 4 15:12:39 2020 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Mar 5 07:23:00 2020 +0100

    use FastParser in OTableStylesContext
    
    Change-Id: I5f893528b593f4511e471ce202bddb3720786ae1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89992
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/dbaccess/source/filter/xml/xmlStyleImport.cxx 
b/dbaccess/source/filter/xml/xmlStyleImport.cxx
index e308f23d5c54..9bfed000e432 100644
--- a/dbaccess/source/filter/xml/xmlStyleImport.cxx
+++ b/dbaccess/source/filter/xml/xmlStyleImport.cxx
@@ -149,9 +149,9 @@ OTableStylesContext::~OTableStylesContext()
 
 }
 
-void OTableStylesContext::EndElement()
+void OTableStylesContext::endFastElement(sal_Int32 nElement)
 {
-    SvXMLStylesContext::EndElement();
+    SvXMLStylesContext::endFastElement(nElement);
     if (bAutoStyles)
         GetImport().GetTextImport()->SetAutoStyles( this );
     else
diff --git a/dbaccess/source/filter/xml/xmlStyleImport.hxx 
b/dbaccess/source/filter/xml/xmlStyleImport.hxx
index 06c02bf16291..8eeb7ac7dd54 100644
--- a/dbaccess/source/filter/xml/xmlStyleImport.hxx
+++ b/dbaccess/source/filter/xml/xmlStyleImport.hxx
@@ -89,7 +89,7 @@ namespace dbaxml
         OTableStylesContext( SvXMLImport& rImport, bool bAutoStyles );
         virtual ~OTableStylesContext() override;
 
-        virtual void EndElement() override;
+        virtual void SAL_CALL endFastElement(sal_Int32 nElement) override;
 
         virtual rtl::Reference < SvXMLImportPropertyMapper > 
GetImportPropertyMapper(
                             XmlStyleFamily nFamily ) const override;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to