summaryrefslogtreecommitdiff
path: root/cppuhelper/inc/cppuhelper/component_context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/inc/cppuhelper/component_context.hxx')
-rw-r--r--cppuhelper/inc/cppuhelper/component_context.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/inc/cppuhelper/component_context.hxx b/cppuhelper/inc/cppuhelper/component_context.hxx
index 3950ccd97d20..575fa490a452 100644
--- a/cppuhelper/inc/cppuhelper/component_context.hxx
+++ b/cppuhelper/inc/cppuhelper/component_context.hxx
@@ -33,7 +33,7 @@ struct ContextEntry_Init
{
/** late init denotes a object that will be raised when first get() is calling for it
- The context implementation expects either a ::com::sun::star::lang::XSingleComponentFactory
+ The context implementation expects either a com::sun::star::lang::XSingleComponentFactory
object as value (to instanciate the object) or a string as value for raising
a service via the used service manager.
*/