summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 16:34:13 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 16:34:13 +0000
commit7b84f42063302f3db7c490b5d9b0be67bcc7aa43 (patch)
treef4a5f9ce0e59b485c194b4cba46c6ce894bae1e1 /offapi/com/sun/star/awt
parentc32996e9caaecbfa9f6981ad5bb040fca0a89249 (diff)
INTEGRATION: CWS sb18 (1.4.250); FILE MERGED
2004/05/21 14:56:04 sb 1.4.250.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XDisplayConnection.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XDisplayConnection.idl b/offapi/com/sun/star/awt/XDisplayConnection.idl
index 94a5199c9678..8c7873d254c5 100644
--- a/offapi/com/sun/star/awt/XDisplayConnection.idl
+++ b/offapi/com/sun/star/awt/XDisplayConnection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDisplayConnection.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:00:32 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:34:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,14 +70,14 @@
module com { module sun { module star { module awt {
-interface XEventHandler;
+ published interface XEventHandler;
//=============================================================================
/** This interface should be implemented by toolkits that want to give access
to their internal message handling loop.
*/
-interface XDisplayConnection: com::sun::star::uno::XInterface
+published interface XDisplayConnection: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------