summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/task/ErrorCodeIOException.idl5
1 files changed, 2 insertions, 3 deletions
diff --git a/offapi/com/sun/star/task/ErrorCodeIOException.idl b/offapi/com/sun/star/task/ErrorCodeIOException.idl
index 4bc7d33ac115..20011c3a47d3 100644
--- a/offapi/com/sun/star/task/ErrorCodeIOException.idl
+++ b/offapi/com/sun/star/task/ErrorCodeIOException.idl
@@ -25,12 +25,11 @@
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.
+/** IOException that carries a legacy error code (not only I/O related).
*/
exception ErrorCodeIOException : com::sun::star::io::IOException
{
- /** specifies the error code.
+ /** specifies the error code; see tools/errcode.hxx for details.
*/
long ErrCode;