summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/targetdragcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dnd/targetdragcontext.hxx')
-rw-r--r--dtrans/source/win32/dnd/targetdragcontext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/dnd/targetdragcontext.hxx b/dtrans/source/win32/dnd/targetdragcontext.hxx
index 3d061b4e866a..00c3d40d2382 100644
--- a/dtrans/source/win32/dnd/targetdragcontext.hxx
+++ b/dtrans/source/win32/dnd/targetdragcontext.hxx
@@ -39,14 +39,14 @@ class TargetDragContext: public WeakImplHelper<XDropTargetDragContext>
public:
explicit TargetDragContext(DropTarget* pTarget);
- ~TargetDragContext();
+ ~TargetDragContext() override;
TargetDragContext( const TargetDragContext&) = delete;
TargetDragContext &operator= ( const TargetDragContext&) = delete;
virtual void SAL_CALL acceptDrag( sal_Int8 dragOperation )
- throw( RuntimeException);
+ throw( RuntimeException) override;
virtual void SAL_CALL rejectDrag( )
- throw( RuntimeException);
+ throw( RuntimeException) override;
};
#endif