summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-07 12:03:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-07 12:03:03 +0100
commitbd20500cf3d88d0bd81d7e57df01b0130e7166f6 (patch)
tree63e6f08b5c17bcab3e3a2c57c6f4063033f3f52c /include
parentoox: make sure debug output appears on stderr (diff)
downloadcore-bd20500cf3d88d0bd81d7e57df01b0130e7166f6.tar.gz
core-bd20500cf3d88d0bd81d7e57df01b0130e7166f6.zip
Simplify access to theCoreReflection singleton
Change-Id: I9901991a320b87895230a92095c9c7d3109380a6
Diffstat (limited to 'include')
-rw-r--r--include/cppuhelper/propertysetmixin.hxx6
1 files changed, 3 insertions, 3 deletions
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:
<code>std::bad_alloc</code>.
@param context the component context used by this class template; must
- not be null, and must supply the service
- <code>com.sun.star.reflection.CoreReflection</code> and the singleton
- <code>com.sun.star.reflection.theTypeDescriptionManager</code>
+ not be null, and must supply the
+ <code>com.sun.star.reflection.theCoreReflection</code> and
+ <code>com.sun.star.reflection.theTypeDescriptionManager</code> singletons
@param implements a combination of zero or more flags specifying what
UNO interface types shall be supported