diff options
Diffstat (limited to 'udkapi/com/sun')
-rw-r--r-- | udkapi/com/sun/star/uno/XComponentContext.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/uno/XComponentContext.idl b/udkapi/com/sun/star/uno/XComponentContext.idl index cde3e2a9b6a2..c45a1c1d1728 100644 --- a/udkapi/com/sun/star/uno/XComponentContext.idl +++ b/udkapi/com/sun/star/uno/XComponentContext.idl @@ -44,12 +44,13 @@ published interface XComponentContext : XInterface any getValueByName( [in] string Name ); /** Gets the service manager instance to be used from key - <code>/singletons/com.sun.star.lang.theServiceManager</code> (maybe null ref). + <code>/singletons/com.sun.star.lang.theServiceManager</code>. This method has been added for convenience, because the service manager is used very often. @return - service manager, if any + service manager; throws RuntimeException in case service manager + is null */ com::sun::star::lang::XMultiComponentFactory getServiceManager(); }; |