Kaydet (Commit) ce5f24a6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improve documentation

Change-Id: I63b30b6d962820f31821787c1c220734265e1a4a
üst 463e1cd2
...@@ -25,12 +25,11 @@ ...@@ -25,12 +25,11 @@
module com { module sun { module star { module task { module com { module sun { module star { module task {
/** IOException that can carry error codes ( not only io related ). /** IOException that carries a legacy error code (not only I/O related).
It can be used to transport the error code information.
*/ */
exception ErrorCodeIOException : com::sun::star::io::IOException exception ErrorCodeIOException : com::sun::star::io::IOException
{ {
/** specifies the error code. /** specifies the error code; see tools/errcode.hxx for details.
*/ */
long ErrCode; long ErrCode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment