diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-02-05 18:10:58 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-05 18:11:14 +0100 |
commit | 20491c664a5708f68b7dc58a43ed6e4f78cb52bf (patch) | |
tree | f2ec9c9d97cb0cdeb09debc5ca661e5af115c7a2 /udkapi | |
parent | 970c0feb50c6bec8773026ddc69f833c3f5f2312 (diff) |
offapi: fix some doxygen warnings
Change-Id: I55d5c2729a23bfdf079480f4d3adc41e9d8e03f2
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/connection/XConnection.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/udkapi/com/sun/star/connection/XConnection.idl b/udkapi/com/sun/star/connection/XConnection.idl index d8d7ea56d8da..e8325775c407 100644 --- a/udkapi/com/sun/star/connection/XConnection.idl +++ b/udkapi/com/sun/star/connection/XConnection.idl @@ -43,6 +43,8 @@ published interface XConnection: com::sun::star::uno::XInterface @return The read number of bytes. The return value and the length of the returned sequence must be identical. + @param aReadBytes + The buffer to receive the read bytes. @param nBytesToRead The number of bytes to be read from the stream. |