diff options
author | Tino Rachui <tra@openoffice.org> | 2001-03-08 07:09:16 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-03-08 07:09:16 +0000 |
commit | 6d27461aa4796ce0699eb2dbd070179a4eaf20ad (patch) | |
tree | ffd79247b59d4f3a08e519b0509a683ac6ed67e9 /dtrans | |
parent | e08a689060cbc7a9ac6fcb197fd31ea6f1b96c24 (diff) |
assertion invalid hwnd removed
Diffstat (limited to 'dtrans')
-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) { |