summaryrefslogtreecommitdiff
path: root/offapi
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
commitafc26ff261e7eba8597718eee1dafe7fea52d320 (patch)
treea17eea0432e906b2d9eccabdb7b5c8234cbf7112 /offapi
parent9154713325dcb372f7668fe52e52c23c0cbff2ad (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
Diffstat (limited to 'offapi')
-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 51dc939ed575..e14dc22209ce 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;
+
};
//=============================================================================