summaryrefslogtreecommitdiff
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.idl33
1 files changed, 5 insertions, 28 deletions
diff --git a/offapi/com/sun/star/awt/ScrollBarOrientation.idl b/offapi/com/sun/star/awt/ScrollBarOrientation.idl
index be64c9793ea0..db3a73cb5b89 100644
--- a/offapi/com/sun/star/awt/ScrollBarOrientation.idl
+++ b/offapi/com/sun/star/awt/ScrollBarOrientation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ScrollBarOrientation.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:10 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:00:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,22 +68,19 @@
//=============================================================================
-// DocMerge from idl: constants com::sun::star::awt::ScrollBarOrientation
-/** These constants are used to specify the orientation if scrollbars.
+/** These constants are used to specify the orientation of a scroll bar.
*/
constants ScrollBarOrientation
{
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::ScrollBarOrientation::HORIZONTAL
- /** specifies a horizontal scrollbar.
+ /** specifies a horizontal scroll bar.
*/
const long HORIZONTAL = 0;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::ScrollBarOrientation::VERTICAL
- /** specifies a vertical scrollbar.
+ /** specifies a vertical scroll bar.
*/
const long VERTICAL = 1;
@@ -93,24 +90,4 @@ constants ScrollBarOrientation
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:34:49 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:05 mi
- documentation merged from XML
-
- Revision 1.3 2000/05/16 12:19:51 mi
- documentation
-
- Revision 1.2 2000/02/07 11:24:13 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif