summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-09-14 09:44:40 +0200
committerCarsten Driesner <cd@openoffice.org>2010-09-14 09:44:40 +0200
commit52edbeb788bfe4ed2c9653ff237b0bcf429ae0c8 (patch)
tree5a2d37527005ae062ecbf4979905e08541c10e57 /offapi/com/sun
parent3813e349c8c3a7ac14af729085614fccb59fa5a5 (diff)
parent372bb3504d9c7084a20a4066259dffec107237ae (diff)
dockingwindows: Merge changes
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/ui/UIElementType.idl10
1 files changed, 9 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ui/UIElementType.idl b/offapi/com/sun/star/ui/UIElementType.idl
index f87d91ca6243..0b4301f54f2a 100644
--- a/offapi/com/sun/star/ui/UIElementType.idl
+++ b/offapi/com/sun/star/ui/UIElementType.idl
@@ -2,10 +2,13 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
+ * Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
+ * $RCSfile: UIElementType.idl,v $
+ * $Revision: 1.4 $
+ *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -78,6 +81,11 @@ constants UIElementType
const short TOOLPANEL = 7;
//-------------------------------------------------------------------------
+ /** specifies a window that can be docked.
+ */
+ const short DOCKINGWINDOW = 7;
+
+ //-------------------------------------------------------------------------
/** specifies the number of constants.
*/
const short COUNT = 8;