diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/namingservice/namingservice.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stoc/source/namingservice/namingservice.xml b/stoc/source/namingservice/namingservice.xml index daf61dfdc255..23cbee74ee55 100644 --- a/stoc/source/namingservice/namingservice.xml +++ b/stoc/source/namingservice/namingservice.xml @@ -17,10 +17,12 @@ The naming service allows the registration and retrieval of objects. <type> com.sun.star.lang.XInitialization </type> <type> com.sun.star.lang.XTypeProvider </type> <type> com.sun.star.lang.XServiceInfo </type> + <type> com.sun.star.lang.XSingleComponentFactory </type> <type> com.sun.star.lang.XSingleServiceFactory </type> <type> com.sun.star.lang.XMultiServiceFactory </type> <type> com.sun.star.registry.XRegistryKey </type> <type> com.sun.star.uno.XAggregation </type> + <type> com.sun.star.uno.XComponentContext </type> <type> com.sun.star.uno.XWeak </type> <type> com.sun.star.uno.TypeClass </type> <type> com.sun.star.uno.XNamingService </type> |