diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-11 12:11:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-12 13:11:16 +0100 |
commit | 36b90e6c23fc846c9a8b4ddbd74688b2b5cc4705 (patch) | |
tree | 0cece42f160c3f695149aeaf8d3d2e1d203fedc9 /vcl/inc/iconview.hxx | |
parent | 5194b93c8dffe4a2194c35e91949ed5b88b567e2 (diff) |
loplugin:finalclasses
Change-Id: Ia9865271cf0a75ebf4b885ff376f7d0a152b2555
Reviewed-on: https://gerrit.libreoffice.org/84925
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/iconview.hxx')
-rw-r--r-- | vcl/inc/iconview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/iconview.hxx b/vcl/inc/iconview.hxx index 750f7ec6ebf0..ebc60f08aa23 100644 --- a/vcl/inc/iconview.hxx +++ b/vcl/inc/iconview.hxx @@ -22,7 +22,7 @@ #include <vcl/treelistbox.hxx> -class IconView : public SvTreeListBox +class IconView final : public SvTreeListBox { public: IconView( vcl::Window* pParent, WinBits nBits ); |