summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/ErrorCodeIOException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/ErrorCodeIOException.idl')
-rw-r--r--offapi/com/sun/star/task/ErrorCodeIOException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/task/ErrorCodeIOException.idl b/offapi/com/sun/star/task/ErrorCodeIOException.idl
index 84243ad6dcd3..c167c7a59f61 100644
--- a/offapi/com/sun/star/task/ErrorCodeIOException.idl
+++ b/offapi/com/sun/star/task/ErrorCodeIOException.idl
@@ -30,25 +30,21 @@
#include <com/sun/star/io/IOException.idl>
-//============================================================================
module com { module sun { module star { module task {
-//============================================================================
/** IOException that can carry error codes ( not only io related ).
It can be used to transport the error code information.
*/
exception ErrorCodeIOException : com::sun::star::io::IOException
{
- //------------------------------------------------------------------------
/** specifies the error code.
*/
long ErrCode;
};
-//============================================================================
}; }; }; };