summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 16:34:42 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 16:34:42 +0000
commit915b1898776c9483f3628e2f7362ebf3332dffef (patch)
treefd6bc67b549cb83ebc9659f72f688af4c720fde0 /offapi/com/sun/star/awt
parent469d686e3d6661a33588daa33b1da1e689f4e00b (diff)
INTEGRATION: CWS sb18 (1.6.250); FILE MERGED
2004/05/21 14:56:05 sb 1.6.250.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XEventHandler.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XEventHandler.idl b/offapi/com/sun/star/awt/XEventHandler.idl
index 0c91500cd09a..76822be53fc3 100644
--- a/offapi/com/sun/star/awt/XEventHandler.idl
+++ b/offapi/com/sun/star/awt/XEventHandler.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XEventHandler.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:00:41 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:34:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@ module com { module sun { module star { module awt {
/** This interface can be implemented by clients that need access to the
toolkits window message loop.
*/
-interface XEventHandler: com::sun::star::uno::XInterface
+published interface XEventHandler: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------