summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-04-19 12:28:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-04-19 16:07:22 +0200
commitcd39a53cc745ac1b8f25f59df7328909c3da3132 (patch)
tree9a49c819f193ab6c5db48e146396448eb790a5a0 /svx
parent8032624177c8ea8a10d0687b410ae9433fdf1481 (diff)
loplugin:finalclasses in sw
Change-Id: I0b68920bb82bb9c096f4ee2e3532e4588302dc8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150605 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/inc/StylesPreviewWindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/StylesPreviewWindow.hxx b/svx/source/inc/StylesPreviewWindow.hxx
index 354b99673dbe..0295a0eeea7c 100644
--- a/svx/source/inc/StylesPreviewWindow.hxx
+++ b/svx/source/inc/StylesPreviewWindow.hxx
@@ -73,7 +73,7 @@ private:
const tools::Rectangle& aContentRect, const Color& aColor);
};
-class StylesListUpdateTask : public Idle
+class StylesListUpdateTask final : public Idle
{
StylesPreviewWindow_Base& m_rStylesList;