summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/loader/Dynamic.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/loader/Dynamic.idl')
-rw-r--r--udkapi/com/sun/star/loader/Dynamic.idl41
1 files changed, 17 insertions, 24 deletions
diff --git a/udkapi/com/sun/star/loader/Dynamic.idl b/udkapi/com/sun/star/loader/Dynamic.idl
index 0b0caa1f26da..fbf9176ada65 100644
--- a/udkapi/com/sun/star/loader/Dynamic.idl
+++ b/udkapi/com/sun/star/loader/Dynamic.idl
@@ -26,30 +26,23 @@ module com { module sun { module star { module loader {
published interface XImplementationLoader;
-/** makes it possible to access services accessible via a <code>UnoUrlResolver</code>
- E.g., instantiation of services in another process. This service is still in an
- experimental state and should not be used in a production environment.
- */
-published service Dynamic
-{
- /** is used to write persistent information into the given registry
- for accessing a <code>SingleServiceFactory</code> and for activating this
- implementation.
- */
- /** allows registration and activation of described service.
- The url parameter has to be a comma-separated list of attributes.
- The following attribute types are understood:
- servicename = the service name to register this component under
- link = a parameter given to a resolver to get a <code>SingleServiceFactory</code>
- resolver = a <code>UnoUrlResolver</code> service, which is used to resolve the link
- */
- interface XImplementationLoader;
-
-
- /** gives information about other supported services
- */
- interface com::sun::star::lang::XServiceInfo;
-};
+/**
+ Makes it possible to access services accessible via a <code>UnoUrlResolver</code>
+ E.g., instantiation of services in another process. This service is still in an
+ experimental state and should not be used in a production environment.
+
+ Is used to write persistent information into the given registry
+ for accessing a <code>SingleServiceFactory</code> and for activating this
+ implementation.
+
+ Allows registration and activation of described service.
+ The url parameter has to be a comma-separated list of attributes.
+ The following attribute types are understood:
+ servicename = the service name to register this component under
+ link = a parameter given to a resolver to get a <code>SingleServiceFactory</code>
+ resolver = a <code>UnoUrlResolver</code> service, which is used to resolve the link
+*/
+published service Dynamic : XImplementationLoader;
}; }; }; };