diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-10 15:57:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-10 15:58:39 +0100 |
commit | ce5f24a6eca4e846a498e794c8adba5593c4fa5a (patch) | |
tree | 790aa6938efd68e31077450b0e534d56f9dfaa7b /offapi | |
parent | 463e1cd292b347d43ff33eef61a539a5e9d1c53f (diff) |
Improve documentation
Change-Id: I63b30b6d962820f31821787c1c220734265e1a4a
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/task/ErrorCodeIOException.idl | 5 |
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; |