[Libreoffice-commits] core.git: Branch 'libreoffice-6-4-6' - sc/source

Serge Krot (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 29 08:16:21 UTC 2020


 sc/source/filter/xcl97/xcl97rec.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6a227cbd36bfc7847ab1d940c90d46552b959fb6
Author:     Serge Krot <Serge.Krot at cib.de>
AuthorDate: Tue Jul 21 16:05:15 2020 +0200
Commit:     Serge Krot <Serge.Krot at cib.de>
CommitDate: Wed Jul 29 10:15:47 2020 +0200

    tdf#134769 XLSX export fix: unable to open with MS Excel
    
    Change-Id: I8fff01118e25768ca54c816fcb0eb522da6f38bb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99149
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
    (cherry picked from commit 641dbafcb4c7b00bc9e56b58d12c95a6f05ee88d)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99395
    Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
    (cherry picked from commit 05b1e42a168b9675cff45b6be3ca8c28f01a629a)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99491
    Reviewed-by: Serge Krot <Serge.Krot at cib.de>
    Tested-by: Serge Krot <Serge.Krot at cib.de>

diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index 37c55e9d629c..4a4656f57a94 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -364,8 +364,8 @@ void XclExpObjList::SaveXml( XclExpXmlStream& rStrm )
         return;
 
     SaveDrawingMLObjects( *this, rStrm );
-    SaveFormControlObjects( *this, rStrm );
     SaveVmlObjects( *this, rStrm, mnVmlCount );
+    SaveFormControlObjects( *this, rStrm );
 }
 
 void XclExpObjList::ResetCounters()


More information about the Libreoffice-commits mailing list