summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/UIElementType.idl
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-06-24 11:35:00 +0200
committerCarsten Driesner <cd@openoffice.org>2010-06-24 11:35:00 +0200
commit372bb3504d9c7084a20a4066259dffec107237ae (patch)
treee5a1328fb15a402af98f00a6001896079f259a84 /offapi/com/sun/star/ui/UIElementType.idl
parent302e5229bbfd465f607f76c8199afe94c8eaf8e0 (diff)
parent1dec06fb3a6f9d11374060d3dcd14143704d43eb (diff)
Merge changes
Diffstat (limited to 'offapi/com/sun/star/ui/UIElementType.idl')
-rw-r--r--offapi/com/sun/star/ui/UIElementType.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/UIElementType.idl b/offapi/com/sun/star/ui/UIElementType.idl
index 512b621db34b..0b4301f54f2a 100644
--- a/offapi/com/sun/star/ui/UIElementType.idl
+++ b/offapi/com/sun/star/ui/UIElementType.idl
@@ -76,6 +76,11 @@ constants UIElementType
const short PROGRESSBAR = 6;
//-------------------------------------------------------------------------
+ /** specifies a tool panel
+ */
+ const short TOOLPANEL = 7;
+
+ //-------------------------------------------------------------------------
/** specifies a window that can be docked.
*/
const short DOCKINGWINDOW = 7;