diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:27:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:27:19 +0000 |
commit | 4252f6b73e249b5e82b5ee73f642c46428c74148 (patch) | |
tree | e9af081b876f006207de6b2329105f1c48862ce5 /udkapi | |
parent | 01c2eb230e22a15a8e8a22adff473096b40b6fc0 (diff) |
INTEGRATION: CWS sb18 (1.4.116); FILE MERGED
2004/05/21 15:10:21 sb 1.4.116.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/script/XScriptEventsAttacher.idl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/script/XScriptEventsAttacher.idl b/udkapi/com/sun/star/script/XScriptEventsAttacher.idl index 15e2910ab707..0131cb0f716f 100644 --- a/udkapi/com/sun/star/script/XScriptEventsAttacher.idl +++ b/udkapi/com/sun/star/script/XScriptEventsAttacher.idl @@ -2,9 +2,9 @@ * * $RCSfile: XScriptEventsAttacher.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 12:44:20 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:27:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,6 @@ #ifndef __com_sun_star_script_XScriptListener_idl__ #include <com/sun/star/script/XScriptListener.idl> #endif - #ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> #endif @@ -97,7 +96,7 @@ objects that give access to the definition of events that should be attached to them, e.g., by supporting XEventsSupplier */ -interface XScriptEventsAttacher: com::sun::star::uno::XInterface +published interface XScriptEventsAttacher: com::sun::star::uno::XInterface { /** Attaches the events defined by XScriptEventsSupplier to the |