diff options
author | Noel Grandin <noel@peralex.com> | 2012-03-26 15:05:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-27 12:28:55 +0200 |
commit | e4d9dabce80e7823bcdf28f06a99c83a2950d8c7 (patch) | |
tree | f920fa5942ecf48dcaba72ea8a144f284eb56947 /udkapi/com/sun/star/script | |
parent | b0ba1438439873b1da3a9d580e9828ebae11bad4 (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')
-rw-r--r-- | udkapi/com/sun/star/script/AllListenerAdapter.idl | 5 | ||||
-rw-r--r-- | udkapi/com/sun/star/script/Invocation.idl | 7 |
2 files changed, 2 insertions, 10 deletions
diff --git a/udkapi/com/sun/star/script/AllListenerAdapter.idl b/udkapi/com/sun/star/script/AllListenerAdapter.idl index b98db50ea244..f454c1247ad8 100644 --- a/udkapi/com/sun/star/script/AllListenerAdapter.idl +++ b/udkapi/com/sun/star/script/AllListenerAdapter.idl @@ -40,10 +40,7 @@ interfaces to the interface <type>XAllListener</type>. */ published service AllListenerAdapter -{ - /// interface to create adapters for listener types - interface com::sun::star::script::XAllListenerAdapterService; -}; + : com::sun::star::script::XAllListenerAdapterService; //============================================================================= 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; //============================================================================= |