diff options
author | Michael Hönnig <mi@openoffice.org> | 2001-11-16 14:09:06 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2001-11-16 14:09:06 +0000 |
commit | 1f985821e1eba21d1ccb6dd2251beb731fc34d5a (patch) | |
tree | 130397c3b601e48c9a725af5bd9aad7ce68bd0f5 /udkapi/com/sun/star/loader | |
parent | 2326dd85aeb762216674f1b8e2ba3cdba48dbecf (diff) |
proofing by Richard Holt
Diffstat (limited to 'udkapi/com/sun/star/loader')
-rw-r--r-- | udkapi/com/sun/star/loader/CannotActivateFactoryException.idl | 9 | ||||
-rw-r--r-- | udkapi/com/sun/star/loader/Dynamic.idl | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl index 2475696ecdbf..9cc33581d5e5 100644 --- a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl +++ b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl @@ -2,9 +2,9 @@ * * $RCSfile: CannotActivateFactoryException.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:45 $ + * last change: $Author: mi $ $Date: 2001-11-16 14:58:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ // DocMerge from xml: exception com::sun::star::loader::CannotActivateFactoryException /** is thrown when an application tries to activate a component factory using the <member>XImplementationLoader::activate()</member> - method, but the component factory cannot be activated. + method, but the component factory can not be activated. */ exception CannotActivateFactoryException: com::sun::star::uno::Exception { @@ -87,6 +87,9 @@ exception CannotActivateFactoryException: com::sun::star::uno::Exception /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:45 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:27 hjs initial import diff --git a/udkapi/com/sun/star/loader/Dynamic.idl b/udkapi/com/sun/star/loader/Dynamic.idl index 156378176177..d8895884dfaf 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.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kr $ $Date: 2001-04-05 10:22:14 $ + * last change: $Author: mi $ $Date: 2001-11-16 14:58:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,7 @@ interface XImplementationLoader; /** makes it possible to access services accessible via a <code>UnoUrlResolver</code> - E.g.: instantiation of services in an other process + E.g., instantiation of services in another process */ service Dynamic { @@ -80,7 +80,7 @@ service Dynamic implementation. */ /** allows registration and activation of described service. - The url parameter has to be a komma separated list of attributes. + 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> |