From d2092dc56b19c24b481f64fa9708f4ed3f9c8dfb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 17 Sep 2012 19:12:34 +0200 Subject: Keep null service manager throw a DeploymentException ...rather than a general RuntimeException, for consistency with existing service ctor code. Change-Id: Ia9ac14a1b5bcecb24394e7b9cade369f3f9303f0 --- udkapi/com/sun/star/uno/XComponentContext.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udkapi') 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(); }; -- cgit