summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XDisplayConnection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XDisplayConnection.idl')
-rw-r--r--offapi/com/sun/star/awt/XDisplayConnection.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/XDisplayConnection.idl b/offapi/com/sun/star/awt/XDisplayConnection.idl
index 61075fe1f0f9..c122ffc494df 100644
--- a/offapi/com/sun/star/awt/XDisplayConnection.idl
+++ b/offapi/com/sun/star/awt/XDisplayConnection.idl
@@ -31,20 +31,17 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module awt {
published interface XEventHandler;
-//=============================================================================
/** This interface should be implemented by toolkits that want to give access
to their internal message handling loop.
*/
published interface XDisplayConnection: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** registers an event handler.
@@ -60,7 +57,6 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
*/
[oneway] void addEventHandler( [in] any window, [in] XEventHandler eventHandler, [in] long eventMask );
- //-------------------------------------------------------------------------
/** removes a eventHandler from the handler list.
@@ -73,7 +69,6 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
*/
[oneway] void removeEventHandler( [in] any window, [in] XEventHandler eventHandler );
- //-------------------------------------------------------------------------
/** register an error handler for toolkit specific errors.
@@ -82,7 +77,6 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
*/
[oneway] void addErrorHandler( [in] XEventHandler errorHandler );
- //-------------------------------------------------------------------------
/** remover an error handler from the handler list.
@@ -91,7 +85,6 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
*/
[oneway] void removeErrorHandler( [in] XEventHandler errorhandler );
- //-------------------------------------------------------------------------
/** returns a identifier.
@@ -101,7 +94,6 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };