diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-27 08:44:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-27 10:51:08 +0200 |
commit | aa7a829e7df30a5356fca2bae0bb7eb51367f08d (patch) | |
tree | 26e994aa1f5635c63547198fcc4b07599b3d8a90 /cppuhelper | |
parent | 44790193a74923d42228277ed46723ba9e225136 (diff) |
loplugin:staticfunction
Change-Id: Id796b799f8e2fcc3eae98d43800c5e31fec27fef
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/typemanager.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/typemanager.hxx b/cppuhelper/source/typemanager.hxx index 8b55b27b1696..d6dfbc0fdfa1 100644 --- a/cppuhelper/source/typemanager.hxx +++ b/cppuhelper/source/typemanager.hxx @@ -134,11 +134,11 @@ private: rtl::OUString const & name, rtl::Reference< unoidl::Entity > const & entity); - css::uno::Any getEnumMember( + static css::uno::Any getEnumMember( rtl::Reference< unoidl::EnumTypeEntity > const & entity, rtl::OUString const & member); - css::uno::Any getConstant( + static css::uno::Any getConstant( rtl::OUString const & constantGroupName, rtl::Reference< unoidl::ConstantGroupEntity > const & entity, rtl::OUString const & member); |