summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/MouseWheelBehavior.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/MouseWheelBehavior.idl')
-rw-r--r--offapi/com/sun/star/awt/MouseWheelBehavior.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/MouseWheelBehavior.idl b/offapi/com/sun/star/awt/MouseWheelBehavior.idl
index 875fa182f3dd..d4bad05004b0 100644
--- a/offapi/com/sun/star/awt/MouseWheelBehavior.idl
+++ b/offapi/com/sun/star/awt/MouseWheelBehavior.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_awt_MouseWheelBehavior_idl__
#define __com_sun_star_awt_MouseWheelBehavior_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** describes the scroll behavior of the mouse wheel for a control
@since OOo 3.2
@@ -46,11 +44,9 @@ constants MouseWheelBehavior
const short SCROLL_ALWAYS = 2;
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif