diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:14:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:14:24 +0000 |
commit | f9b8b7247795d82df5618db6e157d5424251fbb9 (patch) | |
tree | 5014dfad2a9326717c0b64a015017a80bb0f0959 /stoc/test/testintrosp.cxx | |
parent | 47e1dae8327f8815022d2a99b318d2ee10a4641e (diff) |
INTEGRATION: CWS dbgmacros1 (1.8.10.1.18); FILE MERGED
2003/04/10 08:38:22 kso 1.8.10.1.18.1: #108413# - debug macro unification.
Diffstat (limited to 'stoc/test/testintrosp.cxx')
-rw-r--r-- | stoc/test/testintrosp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx index f3aaa4b02fcf..30803f754266 100644 --- a/stoc/test/testintrosp.cxx +++ b/stoc/test/testintrosp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testintrosp.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2003-03-27 12:01:25 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:14:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,7 +112,7 @@ typedef WeakImplHelper1< XPropertySetInfo > ImplPropertySetInfoHelper; #define DEFAULT_INDEX_ACCESS_COUNT 10 #define DEFAULT_NAME_ACCESS_COUNT 5 -#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) |