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

New commits:
commit 6bb924a5d2b48336bbae47244210bbc78763b2ed
Author:     Serge Krot <serge.k...@cib.de>
AuthorDate: Tue Jul 21 16:05:15 2020 +0200
Commit:     Thorsten Behrens <thorsten.behr...@cib.de>
CommitDate: Mon Jul 27 09:57:46 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.behr...@cib.de>
    (cherry picked from commit 641dbafcb4c7b00bc9e56b58d12c95a6f05ee88d)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99394

diff --git a/sc/source/filter/xcl97/xcl97rec.cxx 
b/sc/source/filter/xcl97/xcl97rec.cxx
index 503d78ad75f2..3227937b3c03 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -365,8 +365,8 @@ void XclExpObjList::SaveXml( XclExpXmlStream& rStrm )
         return;
 
     SaveDrawingMLObjects( *this, rStrm );
-    SaveFormControlObjects( *this, rStrm );
     SaveVmlObjects( *this, rStrm, mnVmlCount );
+    SaveFormControlObjects( *this, rStrm );
 }
 
 void XclExpObjList::ResetCounters()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to