diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-01-29 13:51:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-01-30 08:13:50 +0100 |
commit | 5346b2556348477dcec371913d5924c6badfa2c7 (patch) | |
tree | e6f84360df23c0b552cddc597b7be0700dce3b13 /sw/source/uibase/inc/mediash.hxx | |
parent | 8f69a05ad7404590f2e4a1ba8d4d69fe896523ce (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/mediash.hxx')
-rw-r--r-- | sw/source/uibase/inc/mediash.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/mediash.hxx b/sw/source/uibase/inc/mediash.hxx index cd2204f82fb7..da13c88b5331 100644 --- a/sw/source/uibase/inc/mediash.hxx +++ b/sw/source/uibase/inc/mediash.hxx @@ -25,7 +25,7 @@ #include "basesh.hxx" #include <shellid.hxx> -class SwMediaShell : public SwBaseShell +class SwMediaShell final : public SwBaseShell { public: SFX_DECL_INTERFACE(SW_MEDIASHELL) |