summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XEventHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XEventHandler.idl')
-rw-r--r--offapi/com/sun/star/awt/XEventHandler.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XEventHandler.idl b/offapi/com/sun/star/awt/XEventHandler.idl
index b844e2866241..4111772ba923 100644
--- a/offapi/com/sun/star/awt/XEventHandler.idl
+++ b/offapi/com/sun/star/awt/XEventHandler.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** This interface can be implemented by clients that need access to the
toolkits window message loop.
@@ -43,7 +41,6 @@ module com { module sun { module star { module awt {
published interface XEventHandler: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** requests the implementor of this interface to handle a platform
dependent event.
@@ -58,7 +55,6 @@ published interface XEventHandler: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };