diff options
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r-- | udkapi/com/sun/star/io/XTextInputStream.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XTextInputStream.idl b/udkapi/com/sun/star/io/XTextInputStream.idl index a84c10f7daa5..622f15256429 100644 --- a/udkapi/com/sun/star/io/XTextInputStream.idl +++ b/udkapi/com/sun/star/io/XTextInputStream.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module io { /** Interface to read strings from a stream. - <p>This interfaces allows to read strings seperated by + <p>This interfaces allows to read strings separated by delimiters and to read lines. The character encoding to be used can be set by <member>setEncoding()</member>. Default encoding is "utf8".</p> |