diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-30 15:58:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:07 +0200 |
commit | 44404b7a6c7bb3b95d03094abb745f29a5154959 (patch) | |
tree | 43fccb0146e4800bc5e6c9269ba7bb37b13f1c51 /udkapi/com/sun/star/io | |
parent | f8b6558e8eed6fed845436140c4c38d2ddb6c536 (diff) |
*api: fix all unknown commands
Change-Id: Ied26925485b2be649cabafff338e6d78c7bd17b3
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r-- | udkapi/com/sun/star/io/ObjectInputStream.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/io/ObjectOutputStream.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/io/ObjectInputStream.idl b/udkapi/com/sun/star/io/ObjectInputStream.idl index 9f73944bb50d..02f9faac4757 100644 --- a/udkapi/com/sun/star/io/ObjectInputStream.idl +++ b/udkapi/com/sun/star/io/ObjectInputStream.idl @@ -51,7 +51,7 @@ ... // skipping additional data </pre> - @guarantees + @note <ul> <li>-thread safe</li> <li>-allow buffer size is 2 ^ 31 -1</li> diff --git a/udkapi/com/sun/star/io/ObjectOutputStream.idl b/udkapi/com/sun/star/io/ObjectOutputStream.idl index 46827c3afa15..b84c8db5c12c 100644 --- a/udkapi/com/sun/star/io/ObjectOutputStream.idl +++ b/udkapi/com/sun/star/io/ObjectOutputStream.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module io { Object ObjectData // the data of the object </pre> - @garantees + @note <ul> <li>-thread safe </li> <li>-allow buffer size is 2 ^ 31 -1 </li> |