summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script')
-rw-r--r--udkapi/com/sun/star/script/AllListenerAdapter.idl5
-rw-r--r--udkapi/com/sun/star/script/Invocation.idl7
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;
//=============================================================================