summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/ActionTriggerSeparator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/ActionTriggerSeparator.idl')
-rw-r--r--offapi/com/sun/star/ui/ActionTriggerSeparator.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/ActionTriggerSeparator.idl b/offapi/com/sun/star/ui/ActionTriggerSeparator.idl
index 6f296472e1af..2d4c2f7ced97 100644
--- a/offapi/com/sun/star/ui/ActionTriggerSeparator.idl
+++ b/offapi/com/sun/star/ui/ActionTriggerSeparator.idl
@@ -23,12 +23,12 @@ module com { module sun { module star { module ui {
/** describes a separator entry. Such entries are of interest
- for components rendering an <type>ActionTriggerContainer</type>.
+ for components rendering an ActionTriggerContainer.
*/
published service ActionTriggerSeparator
{
/** determines the type of the separator using constants from
- <type>ActionTriggerSeparatorType</type>.
+ ActionTriggerSeparatorType.
*/
[optional, property] short SeparatorType;
};