summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/ItemType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/ItemType.idl')
-rw-r--r--offapi/com/sun/star/ui/ItemType.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ui/ItemType.idl b/offapi/com/sun/star/ui/ItemType.idl
index f81918ea9966..64a1b5549b81 100644
--- a/offapi/com/sun/star/ui/ItemType.idl
+++ b/offapi/com/sun/star/ui/ItemType.idl
@@ -27,19 +27,15 @@ module com { module sun { module star { module ui {
*/
constants ItemType
{
- //-------------------------------------------------------------------------
/** a normal item
*/
const short DEFAULT = 0;
- //-------------------------------------------------------------------------
/** a separator is inserted as a line.
*/
const short SEPARATOR_LINE = 1;
- //-------------------------------------------------------------------------
/** a separator is inserted as a space.
*/
const short SEPARATOR_SPACE = 2;
- //-------------------------------------------------------------------------
/** a line break is inserted.
*/
const short SEPARATOR_LINEBREAK = 3;