summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 11:32:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 11:32:11 +0000
commita72814102b722a41b3a383434795472c1b472c0c (patch)
treee89322b1786ecfbee2f92dd095f92801df9d2aa0 /sot
parent18b6c95bbbc325b9693c3cb02679091027767fa7 (diff)
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
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx6
1 files changed, 3 insertions, 3 deletions
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) )
{