diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-17 19:12:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-17 19:12:34 +0200 |
commit | d2092dc56b19c24b481f64fa9708f4ed3f9c8dfb (patch) | |
tree | 5937cba7d2631472474897e01e0d5854c5258c88 /udkapi | |
parent | 1b699e5c20577298624dbc86196f6421c386915b (diff) |
Keep null service manager throw a DeploymentException
...rather than a general RuntimeException, for consistency with existing service
ctor code.
Change-Id: Ia9ac14a1b5bcecb24394e7b9cade369f3f9303f0
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/uno/XComponentContext.idl | 4 |
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(); }; |