summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XDynamicResultSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XDynamicResultSet.idl')
-rw-r--r--offapi/com/sun/star/ucb/XDynamicResultSet.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/XDynamicResultSet.idl b/offapi/com/sun/star/ucb/XDynamicResultSet.idl
index 291cd397e767..faab04c10796 100644
--- a/offapi/com/sun/star/ucb/XDynamicResultSet.idl
+++ b/offapi/com/sun/star/ucb/XDynamicResultSet.idl
@@ -88,7 +88,7 @@ module com { module sun { module star { module ucb {
<p>
The calling of <member>XDynamicResultSetListener::notify</member> has
to happen in an own thread, because it could take a longer time and any
- actions til the listener returns the call. So don't block the notify-causing
+ actions ??? until the listener returns the call. So don't block the notify-causing
action.
</p>
@@ -100,7 +100,7 @@ module com { module sun { module star { module ucb {
<li> The listener is allowed to access both <type>ContentResultSet</type>s,
they must be both valid.</li>
<li> It is not allowed to start a second notify-call.</li>
- <li> All addditional things we want to send as notification are to be
+ <li> All additional things we want to send as notification are to be
queued.</li>
<li> Any other calls are to be accepted and treated.</li>
</ol>
@@ -147,7 +147,7 @@ published interface XDynamicResultSet: com::sun::star::lang::XComponent
at the listener
@param Listener
- a listener for resultset notifications
+ a listener for result set notifications
@throws ListenerAlreadySetException
if this method is called more than once during the life of the