summaryrefslogtreecommitdiff
path: root/sc/source/filter/dif/difimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/dif/difimp.cxx')
-rw-r--r--sc/source/filter/dif/difimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/dif/difimp.cxx b/sc/source/filter/dif/difimp.cxx
index 0469842fbdf7..f3c05cae9f84 100644
--- a/sc/source/filter/dif/difimp.cxx
+++ b/sc/source/filter/dif/difimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: difimp.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 18:04:26 $
+ * last change: $Author: hr $ $Date: 2004-02-04 14:23:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -758,7 +758,7 @@ BOOL DifParser::ScanFloatVal( const sal_Unicode* pStart )
if( bRet )
{
if( bExpOverflow )
- return NULL; // ACHTUNG: hier muss noch differenziert werden
+ return sal_False; // ACHTUNG: hier muss noch differenziert werden
if( bNeg )
fNewVal *= 1.0;