[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Wed Jul 3 01:09:17 PDT 2013
sc/source/filter/excel/excform.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a4a9100d70a5074b6537223fa2ab3a29cde5213b
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
(cherry picked from commit f45c47af72369859d1937cb8b46cba370031509a)
Reviewed-on: https://gerrit.libreoffice.org/4689
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat at free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat at free.fr>
diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx
index 3cb4367..1d7d496 100644
--- a/sc/source/filter/excel/excform.cxx
+++ b/sc/source/filter/excel/excform.cxx
@@ -139,6 +139,7 @@ void ImportExcel::Formula(
if (pCell)
{
+ pCell->SetNeedNumberFormat(false);
if( eErr != ConvOK )
ExcelToSc::SetError( *pCell, eErr );
More information about the Libreoffice-commits
mailing list