summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XMouseClickHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XMouseClickHandler.idl')
-rw-r--r--offapi/com/sun/star/awt/XMouseClickHandler.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/XMouseClickHandler.idl b/offapi/com/sun/star/awt/XMouseClickHandler.idl
index a5eafd2fb311..5a2ab090b579 100644
--- a/offapi/com/sun/star/awt/XMouseClickHandler.idl
+++ b/offapi/com/sun/star/awt/XMouseClickHandler.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/awt/MouseEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** makes it possible to receive events from the mouse in a certain window.
@@ -35,7 +33,6 @@ module com { module sun { module star { module awt {
*/
published interface XMouseClickHandler: ::com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is invoked when a mouse button has been pressed on a window.
@@ -48,7 +45,6 @@ published interface XMouseClickHandler: ::com::sun::star::lang::XEventListener
*/
boolean mousePressed( [in] com::sun::star::awt::MouseEvent e );
- //-------------------------------------------------------------------------
/** is invoked when a mouse button has been released on a window.
@@ -63,7 +59,6 @@ published interface XMouseClickHandler: ::com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };