summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/RegistryServiceManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/RegistryServiceManager.idl')
-rw-r--r--udkapi/com/sun/star/lang/RegistryServiceManager.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/lang/RegistryServiceManager.idl b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
index 82886cbc6620..f0b0b7a0dbae 100644
--- a/udkapi/com/sun/star/lang/RegistryServiceManager.idl
+++ b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
@@ -51,10 +51,10 @@ published service RegistryServiceManager
/** The first two arguments of the intitialization arguments reference:
<ol>
<li>a simple registry
- (<type scope="com::sun::star::registry">XSimpleRegistry</type>),
+ (com::sun::star::registry::XSimpleRegistry),
i.e. the registry to be read from</li>
<li>a component context
- (<type scope="com::sun::star::uno">XComponentContext</type>)
+ (com::sun::star::uno::XComponentContext)
to be installed as "DefaultContext" property of the
ServiceManager which is the context to be used
using the XMultiServiceFactory interface.</li>