summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/XContextMenuInterception.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 00:45:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 00:45:58 +0000
commit3e17a7abf89e9ee39cce27f7acc2710f88953ad5 (patch)
tree3a6417124dc12ad3efbffc1602cc0286e4fd8f0c /offapi/com/sun/star/ui/XContextMenuInterception.idl
parentf9f8ae99cc6c9c6a098a74d21fcbe274cc37ddaf (diff)
INTEGRATION: CWS sb18 (1.1.426); FILE MERGED
2004/05/21 15:06:35 sb 1.1.426.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/ui/XContextMenuInterception.idl')
-rw-r--r--offapi/com/sun/star/ui/XContextMenuInterception.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ui/XContextMenuInterception.idl b/offapi/com/sun/star/ui/XContextMenuInterception.idl
index 679f2845950b..f49ea93b8af7 100644
--- a/offapi/com/sun/star/ui/XContextMenuInterception.idl
+++ b/offapi/com/sun/star/ui/XContextMenuInterception.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XContextMenuInterception.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cd $ $Date: 2001-11-29 07:32:15 $
+ * last change: $Author: obo $ $Date: 2004-06-04 01:45:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,11 +68,11 @@
module com { module sun { module star { module ui {
-interface XContextMenuInterceptor;
+ published interface XContextMenuInterceptor;
/** This interface enables an object to get interceptors registered that
change context menue or prevent them from beeing executed.
*/
-interface XContextMenuInterception : ::com::sun::star::uno::XInterface
+published interface XContextMenuInterception : ::com::sun::star::uno::XInterface
{
/** registers an <type>XContextMenuInterceptor</type>, which will become
the first interceptor in the chain of registered interceptors.