summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:36:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:36:00 +0000
commitbea3a286bb3f5f584679f179d82534f269139e1e (patch)
tree4a0ecec5ca57be2f9d9ca9e5301d8df20a3740cc /cppuhelper
parent0cb8b9bf4eed701b8e70578eb170e84926696b27 (diff)
INTEGRATION: CWS dbgmacros1 (1.2.40); FILE MERGED
2003/04/09 10:40:14 kso 1.2.40.1: #108413# - debug macro unification.
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/test/testidlclass.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/test/testidlclass.cxx b/cppuhelper/test/testidlclass.cxx
index 8215b91c2e98..f2d5011dac7c 100644
--- a/cppuhelper/test/testidlclass.cxx
+++ b/cppuhelper/test/testidlclass.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testidlclass.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2002-06-14 13:20:20 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:36:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,9 @@
*
*
************************************************************************/
+#if OSL_DEBUG_LEVEL == 0
+#define NDEBUG
+#endif
#include <assert.h>
#include <cppuhelper/stdidlclass.hxx>