summaryrefslogtreecommitdiff
path: root/vcl/inc/dndeventdispatcher.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-27 18:53:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-27 20:52:52 +0100
commit49e37a1c3d192c9c5d03972c25f802aeb01c668e (patch)
treec82a7155825625b4a473f494937736b71bc63701 /vcl/inc/dndeventdispatcher.hxx
parentdcb31718a238f115f703f1088ba5220e620dec1c (diff)
loplugin:finalclasses in vcl
Change-Id: If22569a1b7d53fc1b5b87f7ec7d262ebb260e798 Reviewed-on: https://gerrit.libreoffice.org/83933 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/dndeventdispatcher.hxx')
-rw-r--r--vcl/inc/dndeventdispatcher.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/dndeventdispatcher.hxx b/vcl/inc/dndeventdispatcher.hxx
index afd11ce07074..bc2f5d9991e8 100644
--- a/vcl/inc/dndeventdispatcher.hxx
+++ b/vcl/inc/dndeventdispatcher.hxx
@@ -27,7 +27,7 @@
#include <cppuhelper/implbase.hxx>
#include <vcl/window.hxx>
-class DNDEventDispatcher: public ::cppu::WeakImplHelper<
+class DNDEventDispatcher final : public ::cppu::WeakImplHelper<
css::datatransfer::dnd::XDropTargetListener,
css::datatransfer::dnd::XDropTargetDragContext,
css::datatransfer::dnd::XDragGestureListener >