summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XWindowListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XWindowListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XWindowListener.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/XWindowListener.idl b/offapi/com/sun/star/awt/XWindowListener.idl
index a50e078e7c0d..da1ec0469fac 100644
--- a/offapi/com/sun/star/awt/XWindowListener.idl
+++ b/offapi/com/sun/star/awt/XWindowListener.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** makes it possible to receive window events.
@@ -41,25 +39,21 @@
*/
published interface XWindowListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is invoked when the window has been resized.
*/
[oneway] void windowResized( [in] com::sun::star::awt::WindowEvent e );
- //-------------------------------------------------------------------------
/** is invoked when the window has been moved.
*/
[oneway] void windowMoved( [in] com::sun::star::awt::WindowEvent e );
- //-------------------------------------------------------------------------
/** is invoked when the window has been shown.
*/
[oneway] void windowShown( [in] com::sun::star::lang::EventObject e );
- //-------------------------------------------------------------------------
/** is invoked when the window has been hidden.
*/
@@ -67,7 +61,6 @@ published interface XWindowListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };