diff options
Diffstat (limited to 'dtrans/source/win32/dnd/target.cxx')
-rw-r--r-- | dtrans/source/win32/dnd/target.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/dnd/target.cxx b/dtrans/source/win32/dnd/target.cxx index df0c0f3f6657..44d64a567ad5 100644 --- a/dtrans/source/win32/dnd/target.cxx +++ b/dtrans/source/win32/dnd/target.cxx @@ -2,9 +2,9 @@ * * $RCSfile: target.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: jl $ $Date: 2001-03-02 13:15:15 $ + * last change: $Author: tra $ $Date: 2001-03-08 08:09:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,7 @@ void SAL_CALL DropTarget::disposing() { HRESULT hr; hr= RevokeDragDrop( m_hWnd); - OSL_ENSURE( SUCCEEDED( hr), "HWND not valid!" ); + //OSL_ENSURE( SUCCEEDED( hr), "HWND not valid!" ); m_hWnd= NULL; if( m_pDropTarget) { |