diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 10:22:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 13:25:07 +0100 |
commit | 4e0a6e43f48ef2d39433bdd8af3b6fd1906e2940 (patch) | |
tree | 90678d0181541041511974489cb602cc682967ae /editeng/inc/unomodel.hxx | |
parent | 3afc718eddcd81232392d46fccc24b8ec626c8df (diff) |
loplugin:finalclasses in basic..emfio
Change-Id: I1b0df1a6cb5b8db9db09cb1d55d932459ab16d81
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86741
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/inc/unomodel.hxx')
-rw-r--r-- | editeng/inc/unomodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/unomodel.hxx b/editeng/inc/unomodel.hxx index a3af44cf4e3a..29e8fa18112e 100644 --- a/editeng/inc/unomodel.hxx +++ b/editeng/inc/unomodel.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <cppuhelper/implbase4.hxx> -class SvxSimpleUnoModel : public cppu::WeakAggImplHelper4< +class SvxSimpleUnoModel final : public cppu::WeakAggImplHelper4< css::frame::XModel, css::ucb::XAnyCompareFactory, css::style::XStyleFamiliesSupplier, |