summaryrefslogtreecommitdiff
path: root/sc/source/filter/dif/difimp.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 13:23:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 13:23:41 +0000
commit710031d055e8445bda9804017a0f1c46d4dc1360 (patch)
tree35687b8d8ecc38edf56382bee51571314582fb79 /sc/source/filter/dif/difimp.cxx
parentb8437a1823ae81943f564684824fb6256a421dcd (diff)
INTEGRATION: CWS ooo20031216 (1.5.220); FILE MERGED
2003/12/13 13:37:54 waratah 1.5.220.1: #i1858# replace some NULL constants with 0 (zero), used with non-pointers
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;