summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-07 22:36:25 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-07 22:36:25 +0200
commit0ca39b332ce7215d05259b9e601ac83fd850eafc (patch)
treedf73da27f1370ba9dc87325bf7fd0c2523bccbca /offapi
parentd3f8cc52475c86e0b2babe0888db6a1bb8a2b244 (diff)
slidecopy: UIElementType::TOOLPANEL
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ui/UIElementType.idl7
1 files changed, 6 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ui/UIElementType.idl b/offapi/com/sun/star/ui/UIElementType.idl
index b4a23c1619dd..351aa09dfb18 100644
--- a/offapi/com/sun/star/ui/UIElementType.idl
+++ b/offapi/com/sun/star/ui/UIElementType.idl
@@ -76,9 +76,14 @@ constants UIElementType
const short PROGRESSBAR = 6;
//-------------------------------------------------------------------------
+ /** specifies a tool panel
+ */
+ const short TOOLPANEL = 7;
+
+ //-------------------------------------------------------------------------
/** specifies the number of constants.
*/
- const short COUNT = 7;
+ const short COUNT = 8;
};
}; }; }; };