summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/loader/SharedLibrary.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/loader/SharedLibrary.idl')
-rw-r--r--udkapi/com/sun/star/loader/SharedLibrary.idl18
1 files changed, 5 insertions, 13 deletions
diff --git a/udkapi/com/sun/star/loader/SharedLibrary.idl b/udkapi/com/sun/star/loader/SharedLibrary.idl
index 9cb3c7ccaf8a..6f6f7790d5a5 100644
--- a/udkapi/com/sun/star/loader/SharedLibrary.idl
+++ b/udkapi/com/sun/star/loader/SharedLibrary.idl
@@ -26,22 +26,14 @@
published interface XImplementationLoader;
-/** allows to access a native component stored in a shared library.
- */
-published service SharedLibrary
-{
+/**
+ Allows to access a native component stored in a shared library.
- /** is used for writing persistent information in the registry for
+ Is used for writing persistent information in the registry for
an external implementation and for activating this
implementation.
- */
- interface XImplementationLoader;
-
-
- /** gives information about other supported services
- */
- interface com::sun::star::lang::XServiceInfo;
-};
+*/
+published service SharedLibrary : XImplementationLoader;
}; }; }; }; //module com.sun.star.loader