summaryrefslogtreecommitdiff
path: root/cppuhelper/source/typemanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/typemanager.hxx')
-rw-r--r--cppuhelper/source/typemanager.hxx4
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);