summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XMenuListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XMenuListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XMenuListener.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XMenuListener.idl b/offapi/com/sun/star/awt/XMenuListener.idl
index f9bc22e7c6ff..1a6f9a0df65d 100644
--- a/offapi/com/sun/star/awt/XMenuListener.idl
+++ b/offapi/com/sun/star/awt/XMenuListener.idl
@@ -35,22 +35,22 @@ published interface XMenuListener: com::sun::star::lang::XEventListener
/** is invoked when a menu item is highlighted.
*/
- [oneway] void highlight( [in] com::sun::star::awt::MenuEvent rEvent );
+ void highlight( [in] com::sun::star::awt::MenuEvent rEvent );
/** is invoked when a menu item is selected.
*/
- [oneway] void select( [in] com::sun::star::awt::MenuEvent rEvent );
+ void select( [in] com::sun::star::awt::MenuEvent rEvent );
/** is invoked when a menu is activated.
*/
- [oneway] void activate( [in] com::sun::star::awt::MenuEvent rEvent );
+ void activate( [in] com::sun::star::awt::MenuEvent rEvent );
/** is invoked when a menu is deactivated.
*/
- [oneway] void deactivate( [in] com::sun::star::awt::MenuEvent rEvent );
+ void deactivate( [in] com::sun::star::awt::MenuEvent rEvent );
};