summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/Invocation.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-03-26 15:05:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-03-27 12:28:55 +0200
commite4d9dabce80e7823bcdf28f06a99c83a2950d8c7 (patch)
treef920fa5942ecf48dcaba72ea8a144f284eb56947 /udkapi/com/sun/star/script/Invocation.idl
parentb0ba1438439873b1da3a9d580e9828ebae11bad4 (diff)
fdo#46808, Adapt UNO serviecs to new style, Part 1
Convert the IDL files in the udkapi module, and update the types.rdb database. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
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;
//=============================================================================