summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2003-01-16 08:18:54 +0000
committerMichael Hönnig <mi@openoffice.org>2003-01-16 08:18:54 +0000
commitccb8961a971515adb69cee1b3f59aad562d90e3b (patch)
tree2d52bbb73442d3a4202dfc13582c3ebf6ad80fa1 /offapi/com/sun/star/util
parent8d92cba28ba51fa24bd932b246af972a8fd503e4 (diff)
#55857# broken links
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/XCloseBroadcaster.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XCloseBroadcaster.idl b/offapi/com/sun/star/util/XCloseBroadcaster.idl
index 0bfe6384cab4..47c935eacf62 100644
--- a/offapi/com/sun/star/util/XCloseBroadcaster.idl
+++ b/offapi/com/sun/star/util/XCloseBroadcaster.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCloseBroadcaster.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: as $ $Date: 2002-04-05 06:54:27 $
+ * last change: $Author: mi $ $Date: 2003-01-16 09:14:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@
The called object for closing must post the closing events immediately
and before any internal cancel operations will be started.
If a listener disagree with that it should throw a <type>CloseVetoException</type>
- and called function <type>XClosable::close()</type> must be breaked immediately.
+ and called function <method>XCloseable::close</method> must be breaked immediately.
It's not allowed to catch it inside the close() request.
If no listener nor internal processes hinder the object on closing
all listener get's a notification about real closing.