summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 10:55:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 10:55:23 +0000
commit45c3e26cd1e337868392259236c8db151cd218cb (patch)
tree0c25e30bbb2e5e4e030c31c96b0ffb368165d02b /cppuhelper
parentf2ce9964ec2cb8eb62fdf12b04cedfc840db78ad (diff)
INTEGRATION: CWS ooo20031216 (1.11.42); FILE MERGED
2003/12/13 13:48:14 waratah 1.11.42.1: #i1858# test for previous definition of macro to remove warning
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/interfacecontainer.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/cppuhelper/source/interfacecontainer.cxx b/cppuhelper/source/interfacecontainer.cxx
index 1d099fa717a8..8dd99572b6bc 100644
--- a/cppuhelper/source/interfacecontainer.cxx
+++ b/cppuhelper/source/interfacecontainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: interfacecontainer.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2003-04-23 16:24:44 $
+ * last change: $Author: hr $ $Date: 2004-02-04 11:55:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,9 @@
#include <hash_map>
#if OSL_DEBUG_LEVEL == 0
-#define NDEBUG
+# ifndef NDEBUG
+# define NDEBUG
+# endif
#endif
#include <assert.h>