coverity#737088 Uncaught exception
Change-Id: I88faa8bb4401e026ce28f8bf08fcc0514c04bdcf
This commit is contained in:
parent
0309070fb2
commit
2eae2188a2
@ -1609,7 +1609,9 @@ void ImpEditView::dragGestureRecognized( const ::com::sun::star::datatransfer::d
|
||||
}
|
||||
}
|
||||
|
||||
void ImpEditView::dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& rDSDE ) throw (::com::sun::star::uno::RuntimeException)
|
||||
void ImpEditView::dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& rDSDE )
|
||||
throw (::com::sun::star::uno::RuntimeException,
|
||||
std::exception)
|
||||
{
|
||||
SolarMutexGuard aVclGuard;
|
||||
|
||||
|
@ -246,7 +246,9 @@ protected:
|
||||
|
||||
// DragAndDropClient
|
||||
void dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& dge ) throw (::com::sun::star::uno::RuntimeException);
|
||||
void dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::com::sun::star::uno::RuntimeException);
|
||||
void dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde )
|
||||
throw (::com::sun::star::uno::RuntimeException,
|
||||
std::exception);
|
||||
void drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde ) throw (::com::sun::star::uno::RuntimeException);
|
||||
void dragEnter( const ::com::sun::star::datatransfer::dnd::DropTargetDragEnterEvent& dtdee ) throw (::com::sun::star::uno::RuntimeException);
|
||||
void dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) throw (::com::sun::star::uno::RuntimeException);
|
||||
|
Loading…
x
Reference in New Issue
Block a user