summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/PaintEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/PaintEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/PaintEvent.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/PaintEvent.idl b/offapi/com/sun/star/awt/PaintEvent.idl
index 0d48d7f3170d..d9099e3e5a29 100644
--- a/offapi/com/sun/star/awt/PaintEvent.idl
+++ b/offapi/com/sun/star/awt/PaintEvent.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/awt/Rectangle.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the paint event for a component.
@@ -40,13 +38,11 @@
*/
published struct PaintEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** contains the rectangle area which needs to be repainted.
*/
com::sun::star::awt::Rectangle UpdateRect;
- //-------------------------------------------------------------------------
/** contains the number of paint events that follows this event if
it is a multiple PaintEvent. You can collect the PaintEvent
@@ -56,7 +52,6 @@ published struct PaintEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; };