summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/destr.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:37:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:37:32 +0000
commitcf926127d7e5f1fadd646f655ebb2e7f37fcaf9c (patch)
treec4d33870b024485d1227bf509b810aefa97332d1 /cppu/source/uno/destr.hxx
parentINTEGRATION: CWS dbgmacros1 (1.22.4); FILE MERGED (diff)
downloadcore-cf926127d7e5f1fadd646f655ebb2e7f37fcaf9c.tar.gz
core-cf926127d7e5f1fadd646f655ebb2e7f37fcaf9c.zip
INTEGRATION: CWS dbgmacros1 (1.9.4); FILE MERGED
2003/04/09 10:38:53 kso 1.9.4.1: #108413# - debug macro unification.
Diffstat (limited to 'cppu/source/uno/destr.hxx')
-rw-r--r--cppu/source/uno/destr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/uno/destr.hxx b/cppu/source/uno/destr.hxx
index 15e6457f95ae..5629281b804d 100644
--- a/cppu/source/uno/destr.hxx
+++ b/cppu/source/uno/destr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: destr.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-03-20 12:29:14 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:37:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -218,7 +218,7 @@ inline void _destructAny(
_release( pAny->pReserved, release );
break;
}
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
pAny->pData = (void *)0xdeadbeef;
#endif