summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 13:31:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 13:31:23 +0000
commit24bbd1654e250061c13b977e8594e71146118f2d (patch)
tree721ed9d659709aa44931c999d2405fde6d727bc7
parent3a2bc75dc6e5cef29393effec109b33f6d4c1237 (diff)
INTEGRATION: CWS updchk06 (1.11.306); FILE MERGED
2007/06/08 06:44:50 dv 1.11.306.1: #i70588# Added support for autovscroll and painttransparent to edit
-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;
+
};
//=============================================================================