[Libreoffice-commits] core.git: sc/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sat May 21 02:19:15 UTC 2016


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

New commits:
commit 97ecd865c64d9f2bbba7002e87595f3b7401063b
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat May 21 03:25:43 2016 +0200

    use CONV_XL_OOX for xlsx export, related tdf#99947
    
    Change-Id: Iff6ba46600a55a93eaa1f076b96bb18dec779f0e
    Reviewed-on: https://gerrit.libreoffice.org/25230
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index 83958d9..171479c 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -735,7 +735,7 @@ OString XclXmlUtils::ToOString( const ScRange& rRange )
 OString XclXmlUtils::ToOString( const ScRangeList& rRangeList )
 {
     OUString s;
-    rRangeList.Format(s, ScRefFlags::VALID, nullptr, FormulaGrammar::CONV_XL_A1, ' ');
+    rRangeList.Format(s, ScRefFlags::VALID, nullptr, FormulaGrammar::CONV_XL_OOX, ' ');
     return ToOString( s );
 }
 


More information about the Libreoffice-commits mailing list