diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-21 14:52:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-21 20:02:19 +0200 |
commit | 1549a6be37f5b054c276d85c45b3fcf6a5214c20 (patch) | |
tree | 020e7211eec899ae2f9c86c9e4523d9da658f27c /sc/inc/styleuno.hxx | |
parent | 7d188fe4639717df47e2ff72d8c1295e23862ef9 (diff) |
loplugin:finalclasses in sc/inc
Change-Id: I818a5dda788fd15a718914fb05f23e5225dce1c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117588
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r-- | sc/inc/styleuno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx index a4ded70ab6f2..8fdb9f94dbdb 100644 --- a/sc/inc/styleuno.hxx +++ b/sc/inc/styleuno.hxx @@ -98,7 +98,7 @@ private: const css::uno::Sequence< css::beans::PropertyValue>& aOptions ); }; -class ScStyleFamilyObj : public ::cppu::WeakImplHelper< +class ScStyleFamilyObj final : public ::cppu::WeakImplHelper< css::container::XNameContainer, css::container::XIndexAccess, css::beans::XPropertySet, @@ -155,7 +155,7 @@ public: virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override; }; -class ScStyleObj : public ::cppu::WeakImplHelper< +class ScStyleObj final : public ::cppu::WeakImplHelper< css::style::XStyle, css::beans::XPropertySet, css::beans::XMultiPropertySet, |