summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/Invocation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/Invocation.idl')
-rw-r--r--udkapi/com/sun/star/script/Invocation.idl54
1 files changed, 27 insertions, 27 deletions
diff --git a/udkapi/com/sun/star/script/Invocation.idl b/udkapi/com/sun/star/script/Invocation.idl
index 83eb11a37078..69511c6d38aa 100644
--- a/udkapi/com/sun/star/script/Invocation.idl
+++ b/udkapi/com/sun/star/script/Invocation.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,38 +24,38 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_script_Invocation_idl__
-#define __com_sun_star_script_Invocation_idl__
-
-#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__
-#include <com/sun/star/lang/XSingleServiceFactory.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module script {
-
-//=============================================================================
+#ifndef __com_sun_star_script_Invocation_idl__
+#define __com_sun_star_script_Invocation_idl__
+
+#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__
+#include <com/sun/star/lang/XSingleServiceFactory.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module script {
+
+//=============================================================================
/** factory service that allows construction of Invocation objects.
-
+
<p>Invoke createInstanceWithArguments() of XSingleServiceFactory
- to create an Invocation adapter for the passed object (Invoking
+ to create an Invocation adapter for the passed object (Invoking
createInstance() will fail).</p>
- <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>
*/
published service Invocation
-{
+{
/// Interface to specify the object to be mapped by the invocation service.
- interface com::sun::star::lang::XSingleServiceFactory;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ interface com::sun::star::lang::XSingleServiceFactory;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif