From bd20500cf3d88d0bd81d7e57df01b0130e7166f6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 7 Feb 2014 12:03:03 +0100 Subject: Simplify access to theCoreReflection singleton Change-Id: I9901991a320b87895230a92095c9c7d3109380a6 --- include/cppuhelper/propertysetmixin.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/cppuhelper/propertysetmixin.hxx b/include/cppuhelper/propertysetmixin.hxx index 8cdb0f361a08..b2faa5c403c0 100644 --- a/include/cppuhelper/propertysetmixin.hxx +++ b/include/cppuhelper/propertysetmixin.hxx @@ -429,9 +429,9 @@ protected: std::bad_alloc. @param context the component context used by this class template; must - not be null, and must supply the service - com.sun.star.reflection.CoreReflection and the singleton - com.sun.star.reflection.theTypeDescriptionManager + not be null, and must supply the + com.sun.star.reflection.theCoreReflection and + com.sun.star.reflection.theTypeDescriptionManager singletons @param implements a combination of zero or more flags specifying what UNO interface types shall be supported -- cgit