summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/UnexpectedEOFException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/UnexpectedEOFException.idl')
-rw-r--r--udkapi/com/sun/star/io/UnexpectedEOFException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/io/UnexpectedEOFException.idl b/udkapi/com/sun/star/io/UnexpectedEOFException.idl
index 9c3f56af4091..9732aad4d122 100644
--- a/udkapi/com/sun/star/io/UnexpectedEOFException.idl
+++ b/udkapi/com/sun/star/io/UnexpectedEOFException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/io/IOException.idl>
-//=============================================================================
module com { module sun { module star { module io {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::io::UnexpectedEOFException
/** is thrown when the <code>EOF/code> is reached during reading a datatype
@@ -36,7 +34,6 @@ published exception UnexpectedEOFException: com::sun::star::io::IOException
{
};
-//=============================================================================
}; }; }; };