summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-09-15 14:28:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-15 18:58:17 +0200
commitafea504ad44f017f7020ed6dcc0191f7756acc93 (patch)
tree82ee390592c54f5167c53133d14edc50fa90719f /sfx2/source
parentfbb9a98a78a349aef7b69d29a7534fd35ff1aa53 (diff)
loplugin:finalclasses
Change-Id: I88831f290e1923db6fb5a733746bfa3bc7fbc7e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122148 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/inc/StyleList.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/StyleList.hxx b/sfx2/source/inc/StyleList.hxx
index 238655da889a..3b46371c6813 100644
--- a/sfx2/source/inc/StyleList.hxx
+++ b/sfx2/source/inc/StyleList.hxx
@@ -45,7 +45,7 @@ class TreeViewDropTarget;
constexpr int MAX_FAMILIES = 6;
constexpr int COUNT_BOUND_FUNC = 14;
-class StyleList : public SfxListener
+class StyleList final : public SfxListener
{
friend class TreeViewDropTarget;
friend class SfxTemplateControllerItem;