summaryrefslogtreecommitdiff
path: root/svx/inc/galbrws2.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-24 15:43:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-25 14:09:39 +0200
commit060bab5d3c87468d769fc0de8b2d96411414816a (patch)
tree0873ea4f868c058d3a61112140e79cc7764015c4 /svx/inc/galbrws2.hxx
parentfc45cc4899444c218637970ad7537fe7d92077a8 (diff)
loplugin:finalclasses in svx
Change-Id: I7dd8d1a900694687fbed3f3f29b0ea4bb11b7d72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117790 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/galbrws2.hxx')
-rw-r--r--svx/inc/galbrws2.hxx4
1 files changed, 2 insertions, 2 deletions
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;