summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:10:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:10:02 +0000
commit91765c5bcb45a8a02b15dd74b8d155290b3ce8f8 (patch)
tree9e2ad905b181e863bded9089621943c58f91b511 /unotools
parent4d2d2c6e535b5ff8b305fe15c54d9fe3495297db (diff)
INTEGRATION: CWS hr50 (1.7.80); FILE MERGED
2008/03/03 13:46:30 hr 1.7.80.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/configvaluecontainer.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx
index 3fcc7dc60d38..6c7962cc09c1 100644
--- a/unotools/source/config/configvaluecontainer.cxx
+++ b/unotools/source/config/configvaluecontainer.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: configvaluecontainer.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -162,8 +162,9 @@ namespace utl
DBG_ASSERT( bSuccess, aBuf.getStr() );
#endif
}
- else
+ else {
DBG_WARNING( "::utl::lcl_copyData: NULL value lost!" );
+ }
}
break;
case ltAnyInstance: