diff options
Diffstat (limited to 'filters/kspread/gnumeric')
-rw-r--r-- | filters/kspread/gnumeric/gnumericexport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/kspread/gnumeric/gnumericexport.cpp b/filters/kspread/gnumeric/gnumericexport.cpp index dd0df8624..85a912176 100644 --- a/filters/kspread/gnumeric/gnumericexport.cpp +++ b/filters/kspread/gnumeric/gnumericexport.cpp @@ -1407,7 +1407,7 @@ KoFilter::ConversionStatus GNUMERICExport::convert( const TQCString& from, const TQString tmp = cell->text(); if ( tmp =="==" ) tmp=replace( "==", "=" ); - /* cell->calc( TRUE ); // Incredible, cells are not calculated if the document was just opened text = cell->valueString(); */ + /* cell->calc( true ); // Incredible, cells are not calculated if the document was just opened text = cell->valueString(); */ text = tmp; break; } |