CWS-TOOLING: integrate CWS dockingwindows
This commit is contained in:
commit
8fa84b1dc3
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
@ -77,6 +80,11 @@ constants UIElementType
|
|||
*/
|
||||
const short TOOLPANEL = 7;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
/** specifies a window that can be docked.
|
||||
*/
|
||||
const short DOCKINGWINDOW = 7;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
/** specifies the number of constants.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue