From a71edbd296c640fb62b99d057ee0142e2a84a8a9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 31 Oct 2019 16:16:24 +0200 Subject: loplugin:finalclasses in sc/inc Change-Id: I6a08a86262deae4bed3a05f77d3041a568f23595 Reviewed-on: https://gerrit.libreoffice.org/81853 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/targuno.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/inc/targuno.hxx') diff --git a/sc/inc/targuno.hxx b/sc/inc/targuno.hxx index efed914a5a42..5550b71bdbdd 100644 --- a/sc/inc/targuno.hxx +++ b/sc/inc/targuno.hxx @@ -43,7 +43,7 @@ class ScDocShell; //! Graphic / OleObject (need separate collections!) -class ScLinkTargetTypesObj : public ::cppu::WeakImplHelper< +class ScLinkTargetTypesObj final : public ::cppu::WeakImplHelper< css::container::XNameAccess, css::lang::XServiceInfo >, public SfxListener @@ -73,7 +73,7 @@ public: virtual css::uno::Sequence< OUString> SAL_CALL getSupportedServiceNames() override; }; -class ScLinkTargetTypeObj : public ::cppu::WeakImplHelper< +class ScLinkTargetTypeObj final : public ::cppu::WeakImplHelper< css::beans::XPropertySet, css::document::XLinkTargetSupplier, css::lang::XServiceInfo >, @@ -115,7 +115,7 @@ public: virtual css::uno::Sequence< OUString> SAL_CALL getSupportedServiceNames() override; }; -class ScLinkTargetsObj : public ::cppu::WeakImplHelper< +class ScLinkTargetsObj final : public ::cppu::WeakImplHelper< css::container::XNameAccess, css::lang::XServiceInfo > { -- cgit