summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:14:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:14:02 +0000
commit9dfc4f66124c8fae490e095e4c2ae2c057efd5b2 (patch)
tree7f4c9fb1c79b4810b6aa4857337f3d049e0056d4 /stoc
parent9729084ed0caa5c65bf4a723f0dc583bbad89c60 (diff)
INTEGRATION: CWS dbgmacros1 (1.7.42); FILE MERGED
2003/04/10 08:38:22 kso 1.7.42.1: #108413# - debug macro unification.
Diffstat (limited to 'stoc')
-rw-r--r--stoc/test/testconv.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx
index f25c5903f8e1..a639a899c43c 100644
--- a/stoc/test/testconv.cxx
+++ b/stoc/test/testconv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testconv.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2002-08-19 14:02:43 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:14:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -227,7 +227,7 @@ static sal_Bool convertTo( const Type & rDestType, const Any & rVal, sal_Bool bE
printf( aExcMsg.getStr() );
printf( "]\n" );
aRet = s_xConverter->convertTo( rVal, rDestType );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
// for debugging, to trace again
try
{
@@ -246,7 +246,7 @@ static sal_Bool convertTo( const Type & rDestType, const Any & rVal, sal_Bool bE
printf( " to " );
printValue( aRet );
printf( " was successful, but was not expected to be!\n" );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
// for debugging, to trace again
aRet = s_xConverter->convertTo( rVal, rDestType );
#endif