summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl')
-rw-r--r--offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl b/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl
index 319ff1f46906..dc6b201ecf7d 100644
--- a/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl
+++ b/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl
@@ -25,15 +25,12 @@ module com { module sun { module star { module ui {
*/
published constants ActionTriggerSeparatorType
{
- //-------------------------------------------------------------------------
/** a separator is inserted as a line.
*/
const short LINE = 0;
- //-------------------------------------------------------------------------
/** a separator is inserted as a space.
*/
const short SPACE = 1;
- //-------------------------------------------------------------------------
/** a line break is inserted.
*/
const short LINEBREAK = 2;