summaryrefslogtreecommitdiff
path: root/idlc/source/errorhandler.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-20 08:20:26 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-20 08:20:26 +0000
commit708de4bec441cba1afacd081869057b8f01ff333 (patch)
tree5835696e1d2f2860b29879d4aad298ac53770ae7 /idlc/source/errorhandler.cxx
parent72ad55a4edbf6d6abc3d7d808d2e8c2558ac513f (diff)
INTEGRATION: CWS sb21 (1.8.10); FILE MERGED
2004/08/05 15:13:26 sb 1.8.10.1: #i32158# Using an unsigned integer type as a type argument is now an error.
Diffstat (limited to 'idlc/source/errorhandler.cxx')
-rw-r--r--idlc/source/errorhandler.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/idlc/source/errorhandler.cxx b/idlc/source/errorhandler.cxx
index f983c9aab4f1..0effb1f4be20 100644
--- a/idlc/source/errorhandler.cxx
+++ b/idlc/source/errorhandler.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: errorhandler.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 12:48:35 $
+ * last change: $Author: rt $ $Date: 2004-08-20 09:20:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -176,6 +176,8 @@ static const sal_Char* errorCodeToMessage(ErrorCode eCode)
return "a rest parameter may not be used on an interface method";
case EIDL_READONLY_ATTRIBUTE_SET_EXCEPTIONS:
return "a readonly attribute may not have a setter raises clause";
+ case EIDL_UNSIGNED_TYPE_ARGUMENT:
+ return "an unsigned integer type cannot be used as a type argument";
case EIDL_WRONG_NUMBER_OF_TYPE_ARGUMENTS:
return
"the number of given type arguments does not match the expected"