[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Jul 2 23:21:40 PDT 2013
sc/source/filter/excel/excform.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f45c47af72369859d1937cb8b46cba370031509a
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Wed Jul 3 08:11:32 2013 +0200
xls cells have all hard number format, fdo#66506
Change-Id: Ia2dd206bd1e9a91bef0021a9317f0d6486b2f276
diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx
index 269c66f..3f8f008 100644
--- a/sc/source/filter/excel/excform.cxx
+++ b/sc/source/filter/excel/excform.cxx
@@ -141,6 +141,7 @@ void ImportExcel::Formula(
if (pCell)
{
+ pCell->SetNeedNumberFormat(false);
if( eErr != ConvOK )
ExcelToSc::SetError( *pCell, eErr );
More information about the Libreoffice-commits
mailing list