summaryrefslogtreecommitdiff
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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XKeyListener.idl b/offapi/com/sun/star/awt/XKeyListener.idl
index 690336c6458c..dd5889161c9d 100644
--- a/offapi/com/sun/star/awt/XKeyListener.idl
+++ b/offapi/com/sun/star/awt/XKeyListener.idl
@@ -35,12 +35,12 @@ 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 );
+ void keyPressed( [in] com::sun::star::awt::KeyEvent e );
/** is invoked when a key has been released.
*/
- [oneway] void keyReleased( [in] com::sun::star::awt::KeyEvent e );
+ void keyReleased( [in] com::sun::star::awt::KeyEvent e );
};