sc/source/filter/excel/excform.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit a4a9100d70a5074b6537223fa2ab3a29cde5213b Author: Markus Mohrhard <markus.mohrh...@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.bosdon...@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdon...@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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits