From aa7a829e7df30a5356fca2bae0bb7eb51367f08d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Mar 2015 08:44:52 +0200 Subject: loplugin:staticfunction Change-Id: Id796b799f8e2fcc3eae98d43800c5e31fec27fef --- cppuhelper/source/typemanager.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cppuhelper/source/typemanager.hxx') 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); -- cgit v1.2.3