diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-15 14:28:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-15 18:58:17 +0200 |
commit | afea504ad44f017f7020ed6dcc0191f7756acc93 (patch) | |
tree | 82ee390592c54f5167c53133d14edc50fa90719f /svl | |
parent | fbb9a98a78a349aef7b69d29a7534fd35ff1aa53 (diff) |
loplugin:finalclasses
Change-Id: I88831f290e1923db6fb5a733746bfa3bc7fbc7e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122148
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/inc/fsfactory.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/inc/fsfactory.hxx b/svl/source/inc/fsfactory.hxx index dd053f6d636f..450337639b9d 100644 --- a/svl/source/inc/fsfactory.hxx +++ b/svl/source/inc/fsfactory.hxx @@ -26,7 +26,7 @@ #include <cppuhelper/implbase.hxx> #include <osl/diagnose.h> -class FSStorageFactory : public ::cppu::WeakImplHelper< css::lang::XSingleServiceFactory, +class FSStorageFactory final : public ::cppu::WeakImplHelper< css::lang::XSingleServiceFactory, css::lang::XServiceInfo > { css::uno::Reference< css::uno::XComponentContext > m_xContext; |