diff options
Diffstat (limited to 'toolkit')
-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: |