sc/source/filter/excel/excform.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f45c47af72369859d1937cb8b46cba370031509a
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

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 );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to