summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/uno/XComponentContext.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/uno/XComponentContext.idl b/udkapi/com/sun/star/uno/XComponentContext.idl
index c45a1c1d1728..3cc57eeb91aa 100644
--- a/udkapi/com/sun/star/uno/XComponentContext.idl
+++ b/udkapi/com/sun/star/uno/XComponentContext.idl
@@ -49,8 +49,8 @@ published interface XComponentContext : XInterface
service manager is used very often.
@return
- service manager; throws RuntimeException in case service manager
- is null
+ service manager; throws DeploymentException in case service
+ manager is null
*/
com::sun::star::lang::XMultiComponentFactory getServiceManager();
};