From 55a172bcfd39340339fd9bd095cbe275db05eed6 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Aug 2006 09:49:28 +0000 Subject: INTEGRATION: CWS sb56 (1.14.12); FILE MERGED 2006/07/26 14:44:23 sb 1.14.12.1: #i67487# Made code warning-free (wntmsci10). --- dtrans/source/win32/dnd/target.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx index 0bf07aea3e86..a7274a5a8e46 100644 --- a/dtrans/source/win32/dnd/target.hxx +++ b/dtrans/source/win32/dnd/target.hxx @@ -4,9 +4,9 @@ * * $RCSfile: target.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:03:20 $ + * last change: $Author: ihi $ $Date: 2006-08-24 10:49:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -148,9 +148,6 @@ public: DropTarget(const Reference& sf); virtual ~DropTarget(); -#if OSL_DEBUG_LEVEL > 1 - virtual void SAL_CALL release(); -#endif // Overrides WeakComponentImplHelper::disposing which is called by // WeakComponentImplHelper::dispose // Must be called. -- cgit