diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-10-18 16:21:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-10-19 09:49:01 +0200 |
commit | e8b5510a697f25f72a2171b307fb8ae5f21121ec (patch) | |
tree | f39ac9c234ab505646f8c039e6a43f0fd66bd640 /udkapi/com/sun/star | |
parent | 66a33ea9ef0ede9c90714455e6ad46197425f075 (diff) |
Fix typos
Change-Id: I101357736813bfd47fb15d347fd2c0a33133de56
Reviewed-on: https://gerrit.libreoffice.org/43506
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'udkapi/com/sun/star')
-rw-r--r-- | udkapi/com/sun/star/io/XObjectInputStream.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XObjectInputStream.idl b/udkapi/com/sun/star/io/XObjectInputStream.idl index db0bee2d9d51..c3f871874b2a 100644 --- a/udkapi/com/sun/star/io/XObjectInputStream.idl +++ b/udkapi/com/sun/star/io/XObjectInputStream.idl @@ -36,7 +36,7 @@ published interface XObjectInputStream: com::sun::star::io::XDataInputStream { /** reads an object from the stream. In general, it - reads the service name, instantiaties the object and + reads the service name, instantiates the object and calls read on the XPersistObject interface with itself as argument. */ |