diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-11-23 12:02:44 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-11-23 12:02:44 +0000 |
commit | 59cd85efb937560976cc49e9c94f9959c9bbd351 (patch) | |
tree | bf923e35d447071dfb61fa872e8221f67ff0e5a4 /svx | |
parent | eede17165b677895c260256ccf0c0ea26489277a (diff) |
#95135# removed assertion when drop() after rejectDrag(), because this is allowed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/editeng/impedit.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit.cxx b/svx/source/editeng/impedit.cxx index d5610af91f56..fe83310eebb5 100644 --- a/svx/source/editeng/impedit.cxx +++ b/svx/source/editeng/impedit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: mt $ $Date: 2001-11-23 12:46:44 $ + * last change: $Author: mt $ $Date: 2001-11-23 13:02:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1630,7 +1630,6 @@ void ImpEditView::drop( const ::com::sun::star::datatransfer::dnd::DropTargetDro vos::OGuard aVclGuard( Application::GetSolarMutex() ); DBG_ASSERT( pDragAndDropInfo, "Drop - No Drag&Drop info?!" ); - DBG_ASSERT( pDragAndDropInfo->bDragAccepted, "Drop? Drag was not accepted!" ); if ( pDragAndDropInfo->bDragAccepted ) { |