diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-09-14 09:44:40 +0200 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-09-14 09:44:40 +0200 |
commit | 52edbeb788bfe4ed2c9653ff237b0bcf429ae0c8 (patch) | |
tree | 5a2d37527005ae062ecbf4979905e08541c10e57 /offapi | |
parent | 3813e349c8c3a7ac14af729085614fccb59fa5a5 (diff) | |
parent | 372bb3504d9c7084a20a4066259dffec107237ae (diff) |
dockingwindows: Merge changes
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/UIElementType.idl | 10 |
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; |