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.idl7
1 files changed, 1 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/script/Invocation.idl b/udkapi/com/sun/star/script/Invocation.idl
index 92ef143a833b..a72f7a6e4f49 100644
--- a/udkapi/com/sun/star/script/Invocation.idl
+++ b/udkapi/com/sun/star/script/Invocation.idl
@@ -46,12 +46,7 @@
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;
-
-};
+published service Invocation : com::sun::star::lang::XSingleServiceFactory;
//=============================================================================