summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AdjustmentType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/AdjustmentType.idl')
-rw-r--r--offapi/com/sun/star/awt/AdjustmentType.idl68
1 files changed, 34 insertions, 34 deletions
diff --git a/offapi/com/sun/star/awt/AdjustmentType.idl b/offapi/com/sun/star/awt/AdjustmentType.idl
index 247b3c8eacf4..cdd75616da78 100644
--- a/offapi/com/sun/star/awt/AdjustmentType.idl
+++ b/offapi/com/sun/star/awt/AdjustmentType.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,49 +24,49 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_AdjustmentType_idl__
-#define __com_sun_star_awt_AdjustmentType_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_AdjustmentType_idl__
+#define __com_sun_star_awt_AdjustmentType_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** specifies the adjustment type.
*/
published enum AdjustmentType
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** adjustment is originated by a line jump.
- <p>A line jump can, for example, be caused by a click on
+ <p>A line jump can, for example, be caused by a click on
one of the pointer buttons.</p>
*/
- ADJUST_LINE,
-
- //-------------------------------------------------------------------------
-
+ ADJUST_LINE,
+
+ //-------------------------------------------------------------------------
+
/** adjustment is originated by a page jump.
-
- <p>A page jump can, for example, be caused by a click in the
+
+ <p>A page jump can, for example, be caused by a click in the
background area of the scrollbar (neither one of the pointer
buttons, nor the thumb).</p>
*/
- ADJUST_PAGE,
-
- //-------------------------------------------------------------------------
-
+ ADJUST_PAGE,
+
+ //-------------------------------------------------------------------------
+
/** adjustment is originated by dragging the thumb.
*/
- ADJUST_ABS
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ ADJUST_ABS
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif