summaryrefslogtreecommitdiff
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.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XEventHandler.idl b/offapi/com/sun/star/awt/XEventHandler.idl
index e3ea40a626c2..116c52afa674 100644
--- a/offapi/com/sun/star/awt/XEventHandler.idl
+++ b/offapi/com/sun/star/awt/XEventHandler.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,20 +43,20 @@ 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.
- @returns <TRUE/> if the event was handled properly and no further
+ @returns <TRUE/> if the event was handled properly and no further
handling should take place, <FALSE/> otherwise.
@param event
the platform dependent event.
*/
boolean handleEvent( [in] any event );
-
+
};
//=============================================================================