From a72814102b722a41b3a383434795472c1b472c0c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 4 Feb 2004 11:32:11 +0000 Subject: INTEGRATION: CWS ooo20031216 (1.80.4); FILE MERGED 2003/12/13 14:04:12 waratah 1.80.4.1: #i1858# replace some NULL constants with 0 (zero), used with non-pointers --- sot/source/sdstor/ucbstorage.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sot') diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index 404ae406c46b..774f1450b3c8 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ucbstorage.cxx,v $ * - * $Revision: 1.81 $ + * $Revision: 1.82 $ * - * last change: $Author: hr $ $Date: 2004-02-03 18:07:27 $ + * last change: $Author: hr $ $Date: 2004-02-04 12:32:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2893,7 +2893,7 @@ BOOL UCBStorage::CopyTo( BaseStorage* pDestStg ) const BOOL UCBStorage::CopyTo( const String& rElemName, BaseStorage* pDest, const String& rNew ) { if( !rElemName.Len() ) - return NULL; + return FALSE; if ( pDest == ((BaseStorage*) this) ) { -- cgit v1.2.3