summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/XContextMenuInterception.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/XContextMenuInterception.idl')
-rw-r--r--offapi/com/sun/star/ui/XContextMenuInterception.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/XContextMenuInterception.idl b/offapi/com/sun/star/ui/XContextMenuInterception.idl
index 6123ee70bddd..8b5a1afef2c7 100644
--- a/offapi/com/sun/star/ui/XContextMenuInterception.idl
+++ b/offapi/com/sun/star/ui/XContextMenuInterception.idl
@@ -30,12 +30,12 @@ module com { module sun { module star { module ui {
*/
published interface XContextMenuInterception : ::com::sun::star::uno::XInterface
{
- /** registers an <type>XContextMenuInterceptor</type>, which will become
+ /** registers an XContextMenuInterceptor, which will become
the first interceptor in the chain of registered interceptors.
*/
void registerContextMenuInterceptor( [in]XContextMenuInterceptor Interceptor);
- /** removes an <type>XContextMenuInterceptor</type> which was previously registered
+ /** removes an XContextMenuInterceptor which was previously registered
using <member>XContextMenuInterception::registerContextMenuInterceptor</member>.
<p>The order of removals is arbitrary. It is not necessary to remove the last