summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/ServiceManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/ServiceManager.idl')
-rw-r--r--udkapi/com/sun/star/lang/ServiceManager.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/lang/ServiceManager.idl b/udkapi/com/sun/star/lang/ServiceManager.idl
index bc801257df87..24f3559adf46 100644
--- a/udkapi/com/sun/star/lang/ServiceManager.idl
+++ b/udkapi/com/sun/star/lang/ServiceManager.idl
@@ -60,7 +60,7 @@ module com { module sun { module star { module lang {
<dt>XComponent (optional)</dt>
<dd>The service manager calls the method
- <member scope="com::sun::star::lang">XComponent::dispose</member>
+ com::sun::star::lang::XComponent::dispose()
on the factory when going down (i.e. it is commonly disposed by the component context).</dd>
</dl>
@@ -103,7 +103,7 @@ published service ServiceManager
<p>
It is possible to enumerate all implementations that support the
service specified with the argument of the
- <member scope="com::sun::star::container">XContentEnumerationAccess::createContentEnumeration</member> method.
+ com::sun::star::container::XContentEnumerationAccess::createContentEnumeration() method.
The enumerator commonly returns XSingleComponentFactory
interfaces.
</p>