summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/VclWindowPeerAttribute.idl')
-rw-r--r--offapi/com/sun/star/awt/VclWindowPeerAttribute.idl12
1 files changed, 10 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl b/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
index e78c693af273..108411b7a0bd 100644
--- a/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
+++ b/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: VclWindowPeerAttribute.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:33:25 $
+ * last change: $Author: rt $ $Date: 2007-07-06 14:31:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -143,6 +143,14 @@ published constants VclWindowPeerAttribute
const long DEF_NO = -2147483648;
+ //-------------------------------------------------------------------------
+
+ const long AUTOHSCROLL = 1073741824;
+
+ //-------------------------------------------------------------------------
+
+ const long AUTOVSCROLL = -2147483648;
+
};
//=============================================================================