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, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XDisplayConnection.idl b/offapi/com/sun/star/awt/XDisplayConnection.idl
index c926f238b9c0..ec86e821e051 100644
--- a/offapi/com/sun/star/awt/XDisplayConnection.idl
+++ b/offapi/com/sun/star/awt/XDisplayConnection.idl
@@ -46,7 +46,7 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
@param eventMask
the event mask specifies the events the handler is interested in.
*/
- [oneway] void addEventHandler( [in] any window, [in] XEventHandler eventHandler, [in] long eventMask );
+ void addEventHandler( [in] any window, [in] XEventHandler eventHandler, [in] long eventMask );
/** removes a eventHandler from the handler list.
@@ -58,7 +58,7 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
@param eventHandler
the handler to remove.
*/
- [oneway] void removeEventHandler( [in] any window, [in] XEventHandler eventHandler );
+ void removeEventHandler( [in] any window, [in] XEventHandler eventHandler );
/** register an error handler for toolkit specific errors.
@@ -66,7 +66,7 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
@param errorHandler
the handler to register.
*/
- [oneway] void addErrorHandler( [in] XEventHandler errorHandler );
+ void addErrorHandler( [in] XEventHandler errorHandler );
/** remover an error handler from the handler list.
@@ -74,7 +74,7 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
@param errorHandler
the handler to remove.
*/
- [oneway] void removeErrorHandler( [in] XEventHandler errorhandler );
+ void removeErrorHandler( [in] XEventHandler errorhandler );
/** returns a identifier.