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.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/XMenuListener.idl b/offapi/com/sun/star/awt/XMenuListener.idl
index acd57e9a62b8..f9bc22e7c6ff 100644
--- a/offapi/com/sun/star/awt/XMenuListener.idl
+++ b/offapi/com/sun/star/awt/XMenuListener.idl
@@ -24,35 +24,29 @@
#include <com/sun/star/awt/MenuEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** makes it possible to receive menu events on a window.
*/
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 );
- //-------------------------------------------------------------------------
/** is invoked when a menu item is selected.
*/
[oneway] 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 );
- //-------------------------------------------------------------------------
/** is invoked when a menu is deactivated.
*/
@@ -60,7 +54,6 @@ published interface XMenuListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };