summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/destr.hxx
diff options
context:
space:
mode:
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