summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-10-09 14:14:52 +0000
committerKurt Zenker <kz@openoffice.org>2007-10-09 14:14:52 +0000
commitc2b4fbfec83a2b782e2532990b5637a13a5b20ec (patch)
tree282006d500123d196a511e5740c7d2e7d979182d /offapi
parent71ccb7dc7f239ca68f30a1677c06181d461c3da7 (diff)
INTEGRATION: CWS basmgr03 (1.3.286); FILE MERGED
2007/07/30 13:43:13 fs 1.3.286.1: the interface is called XEventsSupplier, not XEventSupplier (note the additional 's')
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/frame/GlobalEventBroadcaster.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl b/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
index c4682ba280ef..2c33a9d6b68f 100644
--- a/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
+++ b/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: GlobalEventBroadcaster.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 01:01:59 $
+ * last change: $Author: kz $ $Date: 2007-10-09 15:14:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,7 @@
#include <com/sun/star/document/XEventBroadcaster.idl>
#endif
-#ifndef __com_sun_star_document_XEventSupplier_idl__
+#ifndef __com_sun_star_document_XEventsSupplier_idl__
#include <com/sun/star/document/XEventsSupplier.idl>
#endif
@@ -60,7 +60,7 @@ service GlobalEventBroadcaster
/** makes it possible to register listeners which are called whenever
a document event occurs in any document
*/
- interface ::com::sun::star::document::XEventSupplier;
+ interface ::com::sun::star::document::XEventsSupplier;
/** access to bound event handlers
*/