From 060bab5d3c87468d769fc0de8b2d96411414816a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 24 Jun 2021 15:43:40 +0200 Subject: loplugin:finalclasses in svx Change-Id: I7dd8d1a900694687fbed3f3f29b0ea4bb11b7d72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117790 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/inc/galbrws2.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/inc/galbrws2.hxx') diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index 2640184846e3..fc97d9bccdb5 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -67,7 +67,7 @@ struct DispatchInfo; namespace svx::sidebar { class GalleryControl; } -class GalleryBrowser2 : public SfxListener +class GalleryBrowser2 final : public SfxListener { friend class GalleryBrowser; friend class svx::sidebar::GalleryControl; @@ -158,7 +158,7 @@ public: DECL_STATIC_LINK( GalleryBrowser2, AsyncDispatch_Impl, void*, void ); }; -class GalleryDragDrop : public DropTargetHelper +class GalleryDragDrop final : public DropTargetHelper { private: GalleryBrowser2* m_pParent; -- cgit