summaryrefslogtreecommitdiff
path: root/idlc/source/errorhandler.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-03-09 09:48:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-03-09 09:48:41 +0000
commitf7136990bc4080bf3c28e20cb0763387aaa4d9d4 (patch)
tree4c6b6d39797243f1a7208a0a2daaa4b3c99493c8 /idlc/source/errorhandler.cxx
parentd246a0aef9c12fae10310457c6e3e9c44137611b (diff)
INTEGRATION: CWS jl31 (1.10.16); FILE MERGED
2006/02/20 15:58:28 sb 1.10.16.1: #i62339# Forbid any unsigned types (i.e., not just UNSIGNED SHORT/LONG/HYPER, but also sequences of such) as type arguments of instantiated polymorphic struct types.
Diffstat (limited to 'idlc/source/errorhandler.cxx')
-rw-r--r--idlc/source/errorhandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/errorhandler.cxx b/idlc/source/errorhandler.cxx
index b23aef2870cd..462dbb572819 100644
--- a/idlc/source/errorhandler.cxx
+++ b/idlc/source/errorhandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: errorhandler.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:10:32 $
+ * last change: $Author: rt $ $Date: 2006-03-09 10:48:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -151,7 +151,7 @@ static const sal_Char* errorCodeToMessage(ErrorCode eCode)
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";
+ return "an unsigned 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"