summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AdjustmentEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/AdjustmentEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/AdjustmentEvent.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/AdjustmentEvent.idl b/offapi/com/sun/star/awt/AdjustmentEvent.idl
index 44826300e19d..6a8fd3b39719 100644
--- a/offapi/com/sun/star/awt/AdjustmentEvent.idl
+++ b/offapi/com/sun/star/awt/AdjustmentEvent.idl
@@ -24,23 +24,19 @@
#include <com/sun/star/awt/AdjustmentType.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** adjustment event emitted by adjustable objects.
*/
published struct AdjustmentEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** contains the current value in the adjustment event.
*/
long Value;
- //-------------------------------------------------------------------------
/** contains the type of the adjustment event.
*/
@@ -48,7 +44,6 @@ published struct AdjustmentEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; };