summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XBroadcaster.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XBroadcaster.idl')
-rw-r--r--offapi/com/sun/star/util/XBroadcaster.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XBroadcaster.idl b/offapi/com/sun/star/util/XBroadcaster.idl
index 513c2db8e699..f0a4fd250499 100644
--- a/offapi/com/sun/star/util/XBroadcaster.idl
+++ b/offapi/com/sun/star/util/XBroadcaster.idl
@@ -34,7 +34,7 @@ interface XBroadcaster: com::sun::star::uno::XInterface
/** suspends broadcasts to the registered listeners.
<p>
- The calls to XBroadcaster::lockBroadcast() and
+ The calls to XBroadcaster::lockBroadcasts() and
XBroadcaster::unlockBroadcasts() may be
nested and even overlapping, but they must be in pairs. While
there is at least one lock remaining, no broadcasts are
@@ -47,7 +47,7 @@ interface XBroadcaster: com::sun::star::uno::XInterface
XBroadcaster::lockBroadcasts().
<p>
- The calls to XBroadcaster::lockBroadcast() and
+ The calls to XBroadcaster::lockBroadcasts() and
XBroadcaster::unlockBroadcasts() may be
nested and even overlapping, but they must be in pairs. While
there is at least one lock remaining, no broadcasts are
@@ -55,7 +55,7 @@ interface XBroadcaster: com::sun::star::uno::XInterface
</p>
<p> Pending broadcasts will be sent immediately after the last
- call to XBroadcaster::lockBroadcast() is matched
+ call to XBroadcaster::lockBroadcasts() is matched
by a call to XBroadcaster::unlockBroadcasts().
An implementation can decide to broadcast all pending notification in
order or batch them in single broadcasts.