summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/Invocation.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 11:44:33 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 11:44:33 +0000
commit625aff4ec7a47d618a9da160e962fc6fb5c834c5 (patch)
tree66c7f2771cf6d4b1657b7d4478c04c8eba23e52c /udkapi/com/sun/star/script/Invocation.idl
parent677ca9cfc0e9c94f6b86e9b1e180605f291b3630 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'udkapi/com/sun/star/script/Invocation.idl')
-rw-r--r--udkapi/com/sun/star/script/Invocation.idl34
1 files changed, 10 insertions, 24 deletions
diff --git a/udkapi/com/sun/star/script/Invocation.idl b/udkapi/com/sun/star/script/Invocation.idl
index c2ce2232220c..1004a1150e28 100644
--- a/udkapi/com/sun/star/script/Invocation.idl
+++ b/udkapi/com/sun/star/script/Invocation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Invocation.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2002-10-03 12:44:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,17 +71,20 @@
module com { module sun { module star { module script {
//=============================================================================
-
-// DocMerge from xml: service com::sun::star::script::Invocation
/** factory service that allows construction of Invocation objects.
<p>Invoke createInstanceWithArguments() of XSingleServiceFactory
- to create an Invocation adapter for your object;
- invoking createInstance() will fail.</p>
+ to create an Invocation adapter for the passed object (Invoking
+ createInstance() will fail).</p>
+
+ <p>
+ The adapter has to support <type scope="com::sun::star::script">XInvocation</type>.
+ The adapter may also support <type scope="com::sun::star::script">XInvocation2</type>.
+ </p>
*/
service Invocation
{
- // DocMerge: empty anyway
+ /// Interface to specify the object to be mapped by the invocation service.
interface com::sun::star::lang::XSingleServiceFactory;
};
@@ -90,21 +93,4 @@ service Invocation
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:35 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:38 mi
- documentation merged from XML
-
- Revision 1.2 2000/01/03 12:03:22 mi
- reference manual
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif