summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XKeyListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XKeyListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XKeyListener.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/XKeyListener.idl b/offapi/com/sun/star/awt/XKeyListener.idl
index 7f44a28a4b4d..690336c6458c 100644
--- a/offapi/com/sun/star/awt/XKeyListener.idl
+++ b/offapi/com/sun/star/awt/XKeyListener.idl
@@ -24,23 +24,19 @@
#include <com/sun/star/awt/KeyEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** makes it possible to receive keyboard events.
*/
published interface XKeyListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is invoked when a key has been pressed.
*/
[oneway] void keyPressed( [in] com::sun::star::awt::KeyEvent e );
- //-------------------------------------------------------------------------
/** is invoked when a key has been released.
*/
@@ -48,7 +44,6 @@ published interface XKeyListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };