From 22fa30c2f6aa541f6b1db002d276459d137490c8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 20 Oct 2017 13:44:12 +0200 Subject: loplugin:finalclasses in toolkit,tools Change-Id: I365d9a5057b35bf0441ac8fbfef4447a25652760 Reviewed-on: https://gerrit.libreoffice.org/43601 Tested-by: Jenkins Reviewed-by: Noel Grandin --- toolkit/inc/helper/unopropertyarrayhelper.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'toolkit/inc/helper') diff --git a/toolkit/inc/helper/unopropertyarrayhelper.hxx b/toolkit/inc/helper/unopropertyarrayhelper.hxx index a8dee674a308..99884d843243 100644 --- a/toolkit/inc/helper/unopropertyarrayhelper.hxx +++ b/toolkit/inc/helper/unopropertyarrayhelper.hxx @@ -29,12 +29,10 @@ // class UnoPropertyArrayHelper -class TOOLKIT_DLLPUBLIC UnoPropertyArrayHelper : public ::cppu::IPropertyArrayHelper +class TOOLKIT_DLLPUBLIC UnoPropertyArrayHelper final : public ::cppu::IPropertyArrayHelper { -private: std::set maIDs; -protected: bool ImplHasProperty( sal_uInt16 nPropId ) const; public: -- cgit