summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XInputStream.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XInputStream.idl')
-rw-r--r--udkapi/com/sun/star/io/XInputStream.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl
index 0b3cb9b8ea05..11d40319937d 100644
--- a/udkapi/com/sun/star/io/XInputStream.idl
+++ b/udkapi/com/sun/star/io/XInputStream.idl
@@ -58,10 +58,10 @@ published interface XInputStream: com::sun::star::uno::XInterface
<li> neither caller nor callee keep a second reference to the same
sequence.
<li> the sequence is pre-allocated with the requested number of bytes.
- <li> the same sequence is reused ( simply preallocationg a new
- sequence for every call bears no advantage ).
- <li> the call is not bridged (e.g., betweeen different compilers
- or different processes ).
+ <li> the same sequence is reused (simply preallocationg a new
+ sequence for every call bears no advantage).
+ <li> the call is not bridged (e.g., between different compilers
+ or different processes).
</ol>
<br>
If the same 'optimized' code runs against an interface in a different process,