diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:14:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:14:45 +0000 |
commit | 1c62ae3f32845aa13ec10b1f400e50e9628bbc81 (patch) | |
tree | 9e11b3271467f536bbdaa6e86e6884473a7986e5 | |
parent | 1a4984b9ab1674eede9a36a1d7608405c48e44a4 (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.cxx | 6 |
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) |