summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/ScrollBarOrientation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/ScrollBarOrientation.idl')
-rw-r--r--offapi/com/sun/star/awt/ScrollBarOrientation.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/ScrollBarOrientation.idl b/offapi/com/sun/star/awt/ScrollBarOrientation.idl
index 44717e2186f5..a5390a0d11d8 100644
--- a/offapi/com/sun/star/awt/ScrollBarOrientation.idl
+++ b/offapi/com/sun/star/awt/ScrollBarOrientation.idl
@@ -20,23 +20,19 @@
#define __com_sun_star_awt_ScrollBarOrientation_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** These constants are used to specify the orientation of a scroll bar.
*/
published constants ScrollBarOrientation
{
- //-------------------------------------------------------------------------
/** specifies a horizontal scroll bar.
*/
const long HORIZONTAL = 0;
- //-------------------------------------------------------------------------
/** specifies a vertical scroll bar.
*/
@@ -44,7 +40,6 @@ published constants ScrollBarOrientation
};
-//=============================================================================
}; }; }; };