diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 09:42:30 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:45:15 +0000 |
commit | 446568bfad252daf1861ea7e0c53fe4c72a31a53 (patch) | |
tree | dbbabaf897d0d761ddf867601e906092eba7e251 /udkapi/com/sun/star/io | |
parent | 65434e8701ab71c8bff8b0ac722d41b0592483dc (diff) |
Fix typos
Change-Id: I139e6948e92a7bcdce5a2197b9d3754cb9549a33
Reviewed-on: https://gerrit.libreoffice.org/34781
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r-- | udkapi/com/sun/star/io/XInputStream.idl | 8 |
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, |