From 82f0a4f9300ab3898925941ff541b3382b0175e0 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 18:12:22 +0200 Subject: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3926eca56ac9f54f9ddbf88610888ce97cf00b34 Reviewed-on: https://gerrit.libreoffice.org/18990 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- udkapi/com/sun/star/io/XInputStream.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com') diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl index 2a8d433868b6..0b3cb9b8ea05 100644 --- a/udkapi/com/sun/star/io/XInputStream.idl +++ b/udkapi/com/sun/star/io/XInputStream.idl @@ -49,7 +49,7 @@ published interface XInputStream: com::sun::star::uno::XInterface of bytes (or less as a sign of EOF).
C++ only : Note that for unbridged (e.g., in-process) - calls, using the same sequence for repetive readBytes()-calls + calls, using the same sequence for repetitive readBytes()-calls can bear a performance advantage. The callee can put the data directly into the sequence so that no buffer reallocation is necessary. -- cgit