[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat May 21 02:19:00 UTC 2016
sc/source/filter/excel/xecontent.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f18a996409657a2f8f53cca1fad3c045f8f031ec
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat May 21 03:25:07 2016 +0200
use correct separator for ScRangeList, tdf#99947
Change-Id: I2ee291207e899e9d64879176714f12d56dc69112
Reviewed-on: https://gerrit.libreoffice.org/25229
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/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index fdc9d9a..8bef807 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -1248,7 +1248,7 @@ XclExpCondfmt::XclExpCondfmt( const XclExpRoot& rRoot, const ScConditionalFormat
else if(pFormatEntry->GetType() == condformat::DATE)
maCFList.AppendNewRecord( new XclExpDateFormat( GetRoot(), static_cast<const ScCondDateFormatEntry&>(*pFormatEntry), ++rIndex ) );
}
- aScRanges.Format( msSeqRef, ScRefFlags::VALID, nullptr, formula::FormulaGrammar::CONV_XL_A1 );
+ aScRanges.Format( msSeqRef, ScRefFlags::VALID, nullptr, formula::FormulaGrammar::CONV_XL_OOX, ' ' );
if(!aExtEntries.empty() && xExtLst.get())
{
More information about the Libreoffice-commits
mailing list