From 48661084104b5d52f7421909131e153639e653f2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 30 Apr 2013 16:29:23 +0200 Subject: *api: fix unterminated tags Change-Id: Iff23e173e4726682c719c5de303fded0bc671bd3 --- udkapi/com/sun/star/io/UnexpectedEOFException.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com') 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 EOF/code> is reached during reading a datatype +/** is thrown when the EOF is reached during reading a datatype (long, string, etc.). */ published exception UnexpectedEOFException: com::sun::star::io::IOException -- cgit