summaryrefslogtreecommitdiff
path: root/cppuhelper/source/interfacecontainer.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:35:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:35:06 +0000
commit0228caf63c1e78f94eedca360b8f4a0405a3c482 (patch)
tree83527f2cfb7cea1613af333dc9c3ece634ac911b /cppuhelper/source/interfacecontainer.cxx
parent6adc9ee7f102214165320aae472c5405a1ac6bba (diff)
INTEGRATION: CWS dbgmacros1 (1.9.34); FILE MERGED
2003/04/09 10:40:11 kso 1.9.34.1: #108413# - debug macro unification.
Diffstat (limited to 'cppuhelper/source/interfacecontainer.cxx')
-rw-r--r--cppuhelper/source/interfacecontainer.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/source/interfacecontainer.cxx b/cppuhelper/source/interfacecontainer.cxx
index 2e997adf227a..ba3fb4060ddd 100644
--- a/cppuhelper/source/interfacecontainer.cxx
+++ b/cppuhelper/source/interfacecontainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: interfacecontainer.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: fs $ $Date: 2002-10-04 08:33:18 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:35:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,9 @@
#include <hash_map>
+#if OSL_DEBUG_LEVEL == 0
+#define NDEBUG
+#endif
#include <assert.h>
#include <com/sun/star/lang/XEventListener.hpp>