diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:37:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:37:32 +0000 |
commit | cf926127d7e5f1fadd646f655ebb2e7f37fcaf9c (patch) | |
tree | c4d33870b024485d1227bf509b810aefa97332d1 /cppu | |
parent | 4ec436b375894dbc11beb8dfd489ebf815904429 (diff) |
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')
-rw-r--r-- | cppu/source/uno/destr.hxx | 6 |
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 |