diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-29 16:32:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-30 07:32:40 +0100 |
commit | fa79e8df02a082cd4967bf7a1c61aa925dc7b101 (patch) | |
tree | 925752fb10602968d15f4057374ee8f305a7fbbc /include/svx/galctrl.hxx | |
parent | f90d0de7b20b52c1910eb0ceac9d31f38a648613 (diff) |
loplugin:finalclasses svx
Change-Id: If55e51b8627083ba3ece2b3270adb47668b25e9d
Reviewed-on: https://gerrit.libreoffice.org/81705
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/galctrl.hxx')
-rw-r--r-- | include/svx/galctrl.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/galctrl.hxx b/include/svx/galctrl.hxx index a565cb087548..e43453c5b2de 100644 --- a/include/svx/galctrl.hxx +++ b/include/svx/galctrl.hxx @@ -32,7 +32,7 @@ class GalleryTheme; class GalleryBrowser2; class INetURLObject; -class SVX_DLLPUBLIC GalleryPreview : public vcl::Window, public DropTargetHelper, public DragSourceHelper +class SVX_DLLPUBLIC GalleryPreview final : public vcl::Window, public DropTargetHelper, public DragSourceHelper { private: @@ -69,7 +69,7 @@ public: static void PreviewMedia( const INetURLObject& rURL ); }; -class SVX_DLLPUBLIC SvxGalleryPreview : public weld::CustomWidgetController +class SVX_DLLPUBLIC SvxGalleryPreview final : public weld::CustomWidgetController { private: GraphicObject aGraphicObj; @@ -88,7 +88,7 @@ public: bool SetGraphic( const INetURLObject& ); }; -class GalleryIconView : public ValueSet, public DropTargetHelper, public DragSourceHelper +class GalleryIconView final : public ValueSet, public DropTargetHelper, public DragSourceHelper { using ValueSet::StartDrag; @@ -119,7 +119,7 @@ public: GalleryIconView( GalleryBrowser2* pParent, GalleryTheme* pTheme ); }; -class GalleryListView : public BrowseBox +class GalleryListView final : public BrowseBox { using BrowseBox::AcceptDrop; using BrowseBox::ExecuteDrop; |