diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:48:56 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:48:56 +0000 |
commit | 3b786759b9cb9ef5b298c2ecd90716c3b6acd9ad (patch) | |
tree | f9e2a94698d7f784654a3d362dbab821542fc6d7 /dtrans | |
parent | 21c164a22e632ce340cdefc372d94817d46aa8a5 (diff) |
INTEGRATION: CWS sb56 (1.12.34); FILE MERGED
2006/07/26 14:44:22 sb 1.12.34.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/source.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dtrans/source/win32/dnd/source.hxx b/dtrans/source/win32/dnd/source.hxx index fc2a22788cfa..b89eb543817c 100644 --- a/dtrans/source/win32/dnd/source.hxx +++ b/dtrans/source/win32/dnd/source.hxx @@ -4,9 +4,9 @@ * * $RCSfile: source.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:18:18 $ + * last change: $Author: ihi $ $Date: 2006-08-24 10:48:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -120,10 +120,6 @@ public: DragSource(const Reference<XMultiServiceFactory>& sf); virtual ~DragSource(); -#if OSL_DEBUG_LEVEL > 1 - virtual void SAL_CALL release(); -#endif - // XInitialization virtual void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw(Exception, RuntimeException); |