diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-20 13:44:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-20 20:35:24 +0200 |
commit | 22fa30c2f6aa541f6b1db002d276459d137490c8 (patch) | |
tree | b36e20fb05e717b33a4e6e45462debb433cb2c47 /toolkit/inc/helper | |
parent | 0dacfe29a5c8c93f8cf06c18e160cc464c17d15f (diff) |
loplugin:finalclasses in toolkit,tools
Change-Id: I365d9a5057b35bf0441ac8fbfef4447a25652760
Reviewed-on: https://gerrit.libreoffice.org/43601
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/inc/helper')
-rw-r--r-- | toolkit/inc/helper/unopropertyarrayhelper.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
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<sal_Int32> maIDs; -protected: bool ImplHasProperty( sal_uInt16 nPropId ) const; public: |