summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:14:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:14:45 +0000
commit1c62ae3f32845aa13ec10b1f400e50e9628bbc81 (patch)
tree9e11b3271467f536bbdaa6e86e6884473a7986e5
parent1a4984b9ab1674eede9a36a1d7608405c48e44a4 (diff)
INTEGRATION: CWS dbgmacros1 (1.11.44); FILE MERGED
2003/04/10 08:38:23 kso 1.11.44.1: #108413# - debug macro unification.
-rw-r--r--stoc/test/testregistry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testregistry.cxx b/stoc/test/testregistry.cxx
index dbbe22b73db2..d50444a7e937 100644
--- a/stoc/test/testregistry.cxx
+++ b/stoc/test/testregistry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testregistry.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2002-08-19 14:25:58 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:14:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,7 +107,7 @@ using namespace com::sun::star::beans;
using namespace rtl;
using namespace osl;
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
#define TEST_ENSHURE(c, m) OSL_ENSURE(c, m)
#else
#define TEST_ENSHURE(c, m) OSL_VERIFY(c)