summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/FormShellManager.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-04-19 12:28:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-04-19 16:07:13 +0200
commit8032624177c8ea8a10d0687b410ae9433fdf1481 (patch)
tree2d0f4a5a2786611c3edac743a4ce57bd4592d933 /sd/source/ui/inc/FormShellManager.hxx
parentcfa463cc5446e72a06db5a457bf4d50d4173f31e (diff)
loplugin:finalclasses in sd
Change-Id: I0a8c94e86503a0a1006a4fc34ab0a293f59f3429 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150604 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/FormShellManager.hxx')
-rw-r--r--sd/source/ui/inc/FormShellManager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/FormShellManager.hxx b/sd/source/ui/inc/FormShellManager.hxx
index b2c03b3deefb..8b4a773ae5bd 100644
--- a/sd/source/ui/inc/FormShellManager.hxx
+++ b/sd/source/ui/inc/FormShellManager.hxx
@@ -53,7 +53,7 @@ class ViewShellBase;
The form shell is created and destroyed by the ViewShellManager by using
a factory object provided by the FormShellManager.
*/
-class FormShellManager : public SfxListener
+class FormShellManager final : public SfxListener
{
public:
FormShellManager(ViewShellBase& rBase);