summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-20 09:31:32 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-20 09:31:32 +0000
commit61b77aee871b10b55cd9dd1170a2b7f8d9acffb7 (patch)
treee889490ecd9d02b7e6d0decf05503349b59f3229
parentf6345f8429933a8ae67704a8059ed7c5bcc8265b (diff)
INTEGRATION: CWS jl61 (1.12.286); FILE MERGED
2007/04/17 13:19:42 cd 1.12.286.1: #i76438# Added new attribute NODECORATION to reflect a window without any decoration
-rw-r--r--offapi/com/sun/star/awt/WindowAttribute.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/WindowAttribute.idl b/offapi/com/sun/star/awt/WindowAttribute.idl
index e2bef33ea..2d13ae32d 100644
--- a/offapi/com/sun/star/awt/WindowAttribute.idl
+++ b/offapi/com/sun/star/awt/WindowAttribute.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: WindowAttribute.idl,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:33:59 $
+ * last change: $Author: kz $ $Date: 2007-06-20 10:31:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,6 +128,12 @@ published constants WindowAttribute
*/
const long SYSTEMDEPENDENT = 256;
+ //-------------------------------------------------------------------------
+
+ /** specifies that the window should have no decoration.
+ */
+ const long NODECORATION = 512;
+
};
//=============================================================================