summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/drawsh.hxx
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-01-29 13:51:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-30 08:13:50 +0100
commit5346b2556348477dcec371913d5924c6badfa2c7 (patch)
treee6f84360df23c0b552cddc597b7be0700dce3b13 /sw/source/uibase/inc/drawsh.hxx
parent8f69a05ad7404590f2e4a1ba8d4d69fe896523ce (diff)
loplugin:finalclasses in sw
Change-Id: Ib939c1f34ae79abfc077080d2c2561ee0ee4a4fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110156 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/drawsh.hxx')
-rw-r--r--sw/source/uibase/inc/drawsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/drawsh.hxx b/sw/source/uibase/inc/drawsh.hxx
index b204a39d996b..ca164e95eb2a 100644
--- a/sw/source/uibase/inc/drawsh.hxx
+++ b/sw/source/uibase/inc/drawsh.hxx
@@ -25,7 +25,7 @@
class SwDrawBaseShell;
-class SwDrawShell: public SwDrawBaseShell
+class SwDrawShell final : public SwDrawBaseShell
{
public:
SFX_DECL_INTERFACE(SW_DRAWSHELL)