diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-07-03 08:11:32 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-07-03 08:19:02 +0200 |
commit | f45c47af72369859d1937cb8b46cba370031509a (patch) | |
tree | d331a5fa7dbeac1349138047fab2f3a51f4458d0 /sc | |
parent | a4c6f4c570213236102ad790531df2ee55bf60b4 (diff) |
xls cells have all hard number format, fdo#66506
Change-Id: Ia2dd206bd1e9a91bef0021a9317f0d6486b2f276
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/excform.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx index 269c66f0e87b..3f8f008e0f97 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 ); |