summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/targetdropcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dnd/targetdropcontext.hxx')
-rw-r--r--dtrans/source/win32/dnd/targetdropcontext.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/dtrans/source/win32/dnd/targetdropcontext.hxx b/dtrans/source/win32/dnd/targetdropcontext.hxx
index f240e6897fbb..b7db849fe4e1 100644
--- a/dtrans/source/win32/dnd/targetdropcontext.hxx
+++ b/dtrans/source/win32/dnd/targetdropcontext.hxx
@@ -43,14 +43,11 @@ public:
TargetDropContext &operator= ( const TargetDropContext&) = delete;
// XDropTargetDragContext
- virtual void SAL_CALL acceptDrop( sal_Int8 dropOperation )
- throw( RuntimeException) override;
- virtual void SAL_CALL rejectDrop( )
- throw( RuntimeException) override;
+ virtual void SAL_CALL acceptDrop( sal_Int8 dropOperation ) override;
+ virtual void SAL_CALL rejectDrop( ) override;
// XDropTargetDropContext (inherits XDropTargetDragContext)
- virtual void SAL_CALL dropComplete( sal_Bool success )
- throw( RuntimeException) override;
+ virtual void SAL_CALL dropComplete( sal_Bool success ) override;
};
#endif