From b1b05309835474f025dc647eeba6945030e30b55 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 9 Apr 2014 12:45:10 +0200 Subject: typo: independend -> independent --- udkapi/com/sun/star/io/XInputStreamProvider.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com/sun/star/io') diff --git a/udkapi/com/sun/star/io/XInputStreamProvider.idl b/udkapi/com/sun/star/io/XInputStreamProvider.idl index 54a54b832209..902157d64ca2 100644 --- a/udkapi/com/sun/star/io/XInputStreamProvider.idl +++ b/udkapi/com/sun/star/io/XInputStreamProvider.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module io {

Every time createInputStream() is called a new input stream is returned, always pointing to the begin of the same data. All input streams returned by createInputStream() - are completely independend from each other.

+ are completely independent from each other.

*/ published interface XInputStreamProvider : com::sun::star::uno::XInterface { -- cgit