summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_dndcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/dtrans/X11_dndcontext.hxx')
-rw-r--r--vcl/unx/generic/dtrans/X11_dndcontext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/generic/dtrans/X11_dndcontext.hxx b/vcl/unx/generic/dtrans/X11_dndcontext.hxx
index 0bcae3e1206c..d4ff95a500d3 100644
--- a/vcl/unx/generic/dtrans/X11_dndcontext.hxx
+++ b/vcl/unx/generic/dtrans/X11_dndcontext.hxx
@@ -41,7 +41,7 @@ namespace x11 {
css::uno::Reference< XInterface > m_xManagerRef;
public:
DropTargetDropContext( ::Window, Time, SelectionManager& );
- virtual ~DropTargetDropContext();
+ virtual ~DropTargetDropContext() override;
// XDropTargetDropContext
virtual void SAL_CALL acceptDrop( sal_Int8 dragOperation ) throw(std::exception) override;
@@ -58,7 +58,7 @@ namespace x11 {
css::uno::Reference< XInterface > m_xManagerRef;
public:
DropTargetDragContext( ::Window, Time, SelectionManager& );
- virtual ~DropTargetDragContext();
+ virtual ~DropTargetDragContext() override;
// XDropTargetDragContext
virtual void SAL_CALL acceptDrag( sal_Int8 dragOperation ) throw(std::exception) override;
@@ -74,7 +74,7 @@ namespace x11 {
css::uno::Reference< XInterface > m_xManagerRef;
public:
DragSourceContext( ::Window, Time, SelectionManager& );
- virtual ~DragSourceContext();
+ virtual ~DragSourceContext() override;
// XDragSourceContext
virtual sal_Int32 SAL_CALL getCurrentCursor() throw(std::exception) override;