summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/XAllListenerAdapterService.idl')
-rw-r--r--udkapi/com/sun/star/script/XAllListenerAdapterService.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/script/XAllListenerAdapterService.idl b/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
index 2dd346fb0e6a..ae12e0779ace 100644
--- a/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
+++ b/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
@@ -26,17 +26,14 @@
#include <com/sun/star/script/XAllListener.idl>
-//=============================================================================
module com { module sun { module star { module script {
-//=============================================================================
/** allows the generation of adapters from specific
interfaces to the <type>XAllListener</type> interface.
*/
published interface XAllListenerAdapterService: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** creates a wrapper from the listener of type
<var>xListenerType</var> to the <type>XAllListener</type>
listener.
@@ -51,7 +48,6 @@ published interface XAllListenerAdapterService: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };