From e4d9dabce80e7823bcdf28f06a99c83a2950d8c7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 26 Mar 2012 15:05:46 +0200 Subject: 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 --- udkapi/com/sun/star/script/Invocation.idl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'udkapi/com/sun/star/script/Invocation.idl') 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 XInvocation2.

*/ -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; //============================================================================= -- cgit