diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:10:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:10:36 +0000 |
commit | 99e77b7a5e8bc2b44e14a1c923886cb0fefd108c (patch) | |
tree | 36b8262d89029ae8c5207b8f5184508334877565 /dtrans | |
parent | 0b139c95610c0dcaf35e5d78f3e4e3484753ae72 (diff) |
INTEGRATION: CWS dbgmacros1 (1.4.58); FILE MERGED
2003/04/09 10:52:31 kso 1.4.58.1: #108413# - debug macro unification.
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/sourcecontext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/dnd/sourcecontext.cxx b/dtrans/source/win32/dnd/sourcecontext.cxx index b7d31ab2e0e2..dec9ef707915 100644 --- a/dtrans/source/win32/dnd/sourcecontext.cxx +++ b/dtrans/source/win32/dnd/sourcecontext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sourcecontext.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jl $ $Date: 2001-07-20 12:41:38 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ SourceContext::SourceContext( DragSource* pSource, m_dragSource( static_cast<XDragSource*>( m_pDragSource) ) { g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt ); -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 if( listener.is()) #endif rBHelper.addListener( ::getCppuType( &listener ), listener ); |