From f9b8b7247795d82df5618db6e157d5424251fbb9 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 16:14:24 +0000 Subject: 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. --- stoc/test/testintrosp.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stoc/test/testintrosp.cxx') 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) -- cgit