diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:10:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:10:57 +0000 |
commit | e3c9f1cc10bd227bbd3d05dcf3994eeb38d9e7c5 (patch) | |
tree | 52a492beec8ae44ad4e903953101b42df080a80f | |
parent | c98a9477c308b4e2e7c58106ae4d9d7ec929f4db (diff) |
INTEGRATION: CWS dbgmacros1 (1.11.30); FILE MERGED
2003/04/09 10:52:32 kso 1.11.30.1: #108413# - debug macro unification.
-rw-r--r-- | dtrans/source/win32/dnd/target.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx index ba57aa30c7d0..0c792a2dcbaa 100644 --- a/dtrans/source/win32/dnd/target.hxx +++ b/dtrans/source/win32/dnd/target.hxx @@ -2,9 +2,9 @@ * * $RCSfile: target.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: jl $ $Date: 2002-09-17 16:01:32 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:10:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -168,7 +168,7 @@ public: DropTarget(const Reference<XMultiServiceFactory>& sf); virtual ~DropTarget(); -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 virtual void SAL_CALL release(); #endif // Overrides WeakComponentImplHelper::disposing which is called by |