diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 09:12:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 09:12:41 +0000 |
commit | 4fff4ac7b2d142dafb2cdf8216f582268d7b790d (patch) | |
tree | 9abecdd32e366c5f8418c495b322ec35ff82dc28 /offapi/com/sun/star/task | |
parent | 1d620dc56cafdf15637b2114e459995fe1b4c802 (diff) |
INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED
2003/04/07 09:10:24 mi 1.1.4.1.38.1: #107627# new idls marked with @since
Diffstat (limited to 'offapi/com/sun/star/task')
-rw-r--r-- | offapi/com/sun/star/task/ErrorCodeRequest.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/task/ErrorCodeRequest.idl b/offapi/com/sun/star/task/ErrorCodeRequest.idl index 65e861399068..2bdcd0ab44f3 100644 --- a/offapi/com/sun/star/task/ErrorCodeRequest.idl +++ b/offapi/com/sun/star/task/ErrorCodeRequest.idl @@ -2,9 +2,9 @@ * * $RCSfile: ErrorCodeRequest.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:56:31 $ + * last change: $Author: rt $ $Date: 2003-04-17 10:12:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,6 +74,8 @@ /** represents a general error exception. It can be used to transport the error code information. E.g. that can be usefull for interactions. + + @since #107627# */ exception ErrorCodeRequest : com::sun::star::uno::Exception { |