diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:19:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:19:59 +0000 |
commit | 4acb91a91b098fb03e7d439b15e10b17a15295f5 (patch) | |
tree | 11e485bbb8576d1dbfb5d8c7ffce339d945c0b70 /idlc/inc | |
parent | 06321053aca14d1820d7b1b1b024de81a40a0319 (diff) |
INTEGRATION: CWS sb21 (1.5.14); FILE MERGED
2004/08/05 15:13:25 sb 1.5.14.1: #i32158# Using an unsigned integer type as a type argument is now an error.
Diffstat (limited to 'idlc/inc')
-rw-r--r-- | idlc/inc/idlc/errorhandler.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/idlc/inc/idlc/errorhandler.hxx b/idlc/inc/idlc/errorhandler.hxx index 63e0d26eccb1..be7a3d697d2f 100644 --- a/idlc/inc/idlc/errorhandler.hxx +++ b/idlc/inc/idlc/errorhandler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: errorhandler.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-06-03 15:05:45 $ + * last change: $Author: rt $ $Date: 2004-08-20 09:19:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -126,6 +126,7 @@ enum ErrorCode EIDL_REST_PARAMETER_NOT_ANY, EIDL_METHOD_HAS_REST_PARAMETER, EIDL_READONLY_ATTRIBUTE_SET_EXCEPTIONS, + EIDL_UNSIGNED_TYPE_ARGUMENT, EIDL_WRONG_NUMBER_OF_TYPE_ARGUMENTS, EIDL_INSTANTIATED_STRUCT_TYPE_TYPEDEF, EIDL_IDENTICAL_TYPE_PARAMETERS, |