summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl')
-rw-r--r--offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl b/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl
index 17151e48bd6a..82fcbe82b25c 100644
--- a/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl
+++ b/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl
@@ -22,25 +22,25 @@
module com { module sun { module star { module ui {
-/** determines the action that is requested from the <type>XContextMenuInterceptor</type>.
+/** determines the action that is requested from the XContextMenuInterceptor.
*/
published enum ContextMenuInterceptorAction
{
- /** the <type>XContextMenuInterceptor</type> has ignored the call. The next registered
- <type>XContextMenuInterceptor</type> should be notified.
+ /** the XContextMenuInterceptor has ignored the call. The next registered
+ XContextMenuInterceptor should be notified.
*/
IGNORED,
/** the context menu must not be executed. The next registered
- <type>XContextMenuInterceptor</type> should not be notified.
+ XContextMenuInterceptor should not be notified.
*/
CANCELLED,
/**
the menu has been modified and should be executed without notifying the next registered
- <type>XContextMenuInterceptor</type>.
+ XContextMenuInterceptor.
*/
EXECUTE_MODIFIED,
/**
- the menu has been modified and the next registered <type>XContextMenuInterceptor</type>
+ the menu has been modified and the next registered XContextMenuInterceptor
should be notified.
*/
CONTINUE_MODIFIED