summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/ErrorCodeRequest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/ErrorCodeRequest.idl')
-rw-r--r--offapi/com/sun/star/task/ErrorCodeRequest.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/task/ErrorCodeRequest.idl b/offapi/com/sun/star/task/ErrorCodeRequest.idl
index 3cccb9328016..edc93f57a1fc 100644
--- a/offapi/com/sun/star/task/ErrorCodeRequest.idl
+++ b/offapi/com/sun/star/task/ErrorCodeRequest.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** represents a general error exception.
It can be used to transport the error code information.
@@ -48,7 +46,6 @@ published exception ErrorCodeRequest : com::sun::star::uno::Exception
long ErrCode;
};
-//=============================================================================
}; }; }; };