summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/EndPopupModeEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/EndPopupModeEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/EndPopupModeEvent.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/EndPopupModeEvent.idl b/offapi/com/sun/star/awt/EndPopupModeEvent.idl
index 6606b96207a6..84a60b99d798 100644
--- a/offapi/com/sun/star/awt/EndPopupModeEvent.idl
+++ b/offapi/com/sun/star/awt/EndPopupModeEvent.idl
@@ -31,17 +31,14 @@
#include <com/sun/star/lang/EventObject.idl>
#include <com/sun/star/awt/Point.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies an end pop-up mode event.
*/
struct EndPopupModeEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** specifies how the pop-up mode was ended
<TRUE/> means the window should be teared-off and positioned at FloatingPosition
@@ -49,7 +46,6 @@ struct EndPopupModeEvent: com::sun::star::lang::EventObject
*/
boolean bTearoff;
- //-------------------------------------------------------------------------
/** specifies the new position of the floating window in frame coordinates
if bTearoff is <TRUE/>
@@ -57,7 +53,6 @@ struct EndPopupModeEvent: com::sun::star::lang::EventObject
com::sun::star::awt::Point FloatingPosition;
};
-//=============================================================================
}; }; }; };