diff options
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/lang/ServiceManager.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/lang/ServiceManager.idl b/udkapi/com/sun/star/lang/ServiceManager.idl index 24f3559adf46..85d9a750c808 100644 --- a/udkapi/com/sun/star/lang/ServiceManager.idl +++ b/udkapi/com/sun/star/lang/ServiceManager.idl @@ -113,7 +113,7 @@ published service ServiceManager /** Property access. */ [optional] interface com::sun::star::beans::XPropertySet; - /** specifies the default component context to be used, if instanciating services + /** specifies the default component context to be used, if instantiating services via XMultiServiceFactory */ [optional, property] com::sun::star::uno::XComponentContext DefaultContext; |