summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XActivateListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XActivateListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XActivateListener.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/XActivateListener.idl b/offapi/com/sun/star/awt/XActivateListener.idl
index 7941c84e761b..9bd5c281fbc3 100644
--- a/offapi/com/sun/star/awt/XActivateListener.idl
+++ b/offapi/com/sun/star/awt/XActivateListener.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** makes it possible to receive activate events.
@@ -46,7 +44,6 @@
*/
published interface XActivateListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is invoked when a window is activated.
@@ -56,7 +53,6 @@ published interface XActivateListener: com::sun::star::lang::XEventListener
*/
[oneway] void windowActivated( [in] com::sun::star::lang::EventObject e );
- //-------------------------------------------------------------------------
/** is invoked when a window is deactivated.
@@ -68,7 +64,6 @@ published interface XActivateListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };