summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui/XContextMenuInterceptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/XContextMenuInterceptor.idl')
-rw-r--r--offapi/com/sun/star/ui/XContextMenuInterceptor.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ui/XContextMenuInterceptor.idl b/offapi/com/sun/star/ui/XContextMenuInterceptor.idl
index 832197aa01b5..604cda99c839 100644
--- a/offapi/com/sun/star/ui/XContextMenuInterceptor.idl
+++ b/offapi/com/sun/star/ui/XContextMenuInterceptor.idl
@@ -40,14 +40,14 @@
module com { module sun { module star { module ui {
-/** This interface enables the object to be registerd as interceptor to
- change context menues or prevent them from being executed.
+/** This interface enables the object to be registered as interceptor to
+ change context menus or prevent them from being executed.
*/
published interface XContextMenuInterceptor : ::com::sun::star::uno::XInterface
{
/** notifies the interceptor about the request to execute a ContextMenu.
The interceptor has to decide whether the menu should be executed with or without
- beeing modified or may ignore the call.
+ being modified or may ignore the call.
*/
ContextMenuInterceptorAction notifyContextMenuExecute([in]ContextMenuExecuteEvent aEvent);
};