summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/XMultiServiceFactory.idl')
-rw-r--r--udkapi/com/sun/star/lang/XMultiServiceFactory.idl16
1 files changed, 7 insertions, 9 deletions
diff --git a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
index c36b4c9d5f3e..31b5725d9896 100644
--- a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
@@ -28,15 +28,13 @@
module com { module sun { module star { module lang {
-/** Factories support this interface creating instances giving a name,
- e.g. a service name.
-
- <p>
- Note:
- Although this interface deals with the notion of "services", this is not
- generally be meant. In general this interface can be used for all kinds
- of factories for all kinds of instances, indeed not only UNO services.
- </p>
+/** Allows creating instances specified by a string name.
+
+ @note
+ Although this interface deals with the notion of "services", it is
+ not restricted to services but is more general.
+ This interface can be used for all kinds
+ of factories for all kinds of instances, not only UNO services.
*/
published interface XMultiServiceFactory: com::sun::star::uno::XInterface
{