summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-06-22 11:12:01 +0200
committerCarsten Driesner <cd@openoffice.org>2010-06-22 11:12:01 +0200
commit302e5229bbfd465f607f76c8199afe94c8eaf8e0 (patch)
tree5c0f18c495c34f835b9f0186dcd825cec04b861b /offapi/com/sun/star/ui
parentbdf1689921f50e05c76bda4aa16abd464e0ac1b0 (diff)
dockingwindows: #i112595# First refactoring version of the layout manager including skeleton classes for new docking windows
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/UIElementType.idl12
1 files changed, 10 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/UIElementType.idl b/offapi/com/sun/star/ui/UIElementType.idl
index d9cca7ed8fc5..512b621db34b 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
@@ -73,9 +76,14 @@ constants UIElementType
const short PROGRESSBAR = 6;
//-------------------------------------------------------------------------
+ /** specifies a window that can be docked.
+ */
+ const short DOCKINGWINDOW = 7;
+
+ //-------------------------------------------------------------------------
/** specifies the number of constants.
*/
- const short COUNT = 7;
+ const short COUNT = 8;
};
}; }; }; };