summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-07-03 08:11:32 +0200
committerBosdonnat Cedric <cedric.bosdonnat@free.fr>2013-07-03 08:08:55 +0000
commita4a9100d70a5074b6537223fa2ab3a29cde5213b (patch)
treece225fc6ac383e2b684f4c3a79b1439f5707c1e4 /sc
parent6906a700c436892429032fce0c7e055dd97b083a (diff)
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@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/excform.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx
index 3cb43671b3c4..1d7d49628616 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 );