summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XWindowListener2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XWindowListener2.idl')
-rw-r--r--offapi/com/sun/star/awt/XWindowListener2.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/XWindowListener2.idl b/offapi/com/sun/star/awt/XWindowListener2.idl
index 962756639c0a..5e326ffcf21b 100644
--- a/offapi/com/sun/star/awt/XWindowListener2.idl
+++ b/offapi/com/sun/star/awt/XWindowListener2.idl
@@ -30,30 +30,25 @@
#include <com/sun/star/awt/XWindowListener.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** allows receive window-related events, additional to the ones received by an <type>XWindowListener</type>
*/
interface XWindowListener2: XWindowListener
{
- //-------------------------------------------------------------------------
/** is called when the window has been enabled.
*/
[oneway] void windowEnabled( [in] com::sun::star::lang::EventObject e );
- //-------------------------------------------------------------------------
/** is called when the window has been disabled.
*/
[oneway] void windowDisabled( [in] com::sun::star::lang::EventObject e );
};
-//=============================================================================
}; }; }; };