diff --git a/udkapi/com/sun/star/loader/Dynamic.idl b/udkapi/com/sun/star/loader/Dynamic.idl
index 652cb5d27d68..156378176177 100644
--- a/udkapi/com/sun/star/loader/Dynamic.idl
+++ b/udkapi/com/sun/star/loader/Dynamic.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Dynamic.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: kr $ $Date: 2000-11-10 13:16:33 $
+ * last change: $Author: kr $ $Date: 2001-04-05 10:22:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,8 +70,8 @@ module com { module sun { module star { module loader {
interface XImplementationLoader;
-/** makes it possible to access services accessible via an UnoUrlResolver
- E.g.: instantiaten of services in an other process
+/** makes it possible to access services accessible via a UnoUrlResolver
+ E.g.: instantiation of services in an other process
*/
service Dynamic
{
@@ -82,9 +82,9 @@ service Dynamic
/** allows registration and activation of described service.
The url parameter has to be a komma separated list of attributes.
The following attribute types are understood:
- servicename = the service name to register this component with
+ servicename = the service name to register this component under
link = a parameter given to a resolver to get a SingleServiceFactory
- resolver = an UnoUrlResolver
service, which is used to resolve the link
+ resolver = a UnoUrlResolver
service, which is used to resolve the link
*/
interface XImplementationLoader;
diff --git a/udkapi/com/sun/star/loader/makefile.mk b/udkapi/com/sun/star/loader/makefile.mk
index 07c1f5d6a94d..d4d8f39f7b89 100644
--- a/udkapi/com/sun/star/loader/makefile.mk
+++ b/udkapi/com/sun/star/loader/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $
+# last change: $Author: kr $ $Date: 2001-04-05 10:22:14 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,6 +75,7 @@ PACKAGE=com$/sun$/star$/loader
IDLFILES=\
CannotActivateFactoryException.idl\
Java.idl\
+ Dynamic.idl\
SharedLibrary.idl\
XImplementationLoader.idl\