From 45c3e26cd1e337868392259236c8db151cd218cb Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien <hr@openoffice.org>
Date: Wed, 4 Feb 2004 10:55:23 +0000
Subject: 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

---
 cppuhelper/source/interfacecontainer.cxx | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

(limited to 'cppuhelper')

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>
 
-- 
cgit