From 710031d055e8445bda9804017a0f1c46d4dc1360 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 4 Feb 2004 13:23:41 +0000 Subject: 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 --- sc/source/filter/dif/difimp.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source/filter/dif/difimp.cxx') 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; -- cgit