diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-30 16:29:23 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:07 +0200 |
commit | 48661084104b5d52f7421909131e153639e653f2 (patch) | |
tree | 0e6907c51a2fce0aea6f85d0cdfc03b9e85c3942 /udkapi/com | |
parent | 44404b7a6c7bb3b95d03094abb745f29a5154959 (diff) |
*api: fix unterminated tags
Change-Id: Iff23e173e4726682c719c5de303fded0bc671bd3
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/io/UnexpectedEOFException.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/UnexpectedEOFException.idl b/udkapi/com/sun/star/io/UnexpectedEOFException.idl index 77f0e4649425..30b6d5dbc331 100644 --- a/udkapi/com/sun/star/io/UnexpectedEOFException.idl +++ b/udkapi/com/sun/star/io/UnexpectedEOFException.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module io { -/** is thrown when the <code>EOF/code> is reached during reading a datatype +/** is thrown when the <code>EOF</code> is reached during reading a datatype (<code>long</code>, <code>string</code>, etc.). */ published exception UnexpectedEOFException: com::sun::star::io::IOException |