summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:45:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:45:11 +0000
commit3034dbb9bec3a86c845db36dda2fb7a2405933a2 (patch)
tree65f9903de9c642f49bdd554021f00dcb9629b8c0 /idlc/inc
parent2d1b1fde237fb8177351ebb936fb486b80e80500 (diff)
INTEGRATION: CWS sb49 (1.7.18); FILE MERGED
2006/03/15 16:21:31 sb 1.7.18.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc/errorhandler.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/idlc/inc/idlc/errorhandler.hxx b/idlc/inc/idlc/errorhandler.hxx
index 06bc50388c86..6bfd65243b0b 100644
--- a/idlc/inc/idlc/errorhandler.hxx
+++ b/idlc/inc/idlc/errorhandler.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: errorhandler.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:03:42 $
+ * last change: $Author: hr $ $Date: 2006-04-19 13:45:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -106,7 +106,8 @@ enum ErrorCode
EIDL_IDENTICAL_TYPE_PARAMETERS,
EIDL_STRUCT_TYPE_TEMPLATE_WITH_BASE,
EIDL_PUBLISHED_FORWARD,
- EIDL_PUBLISHED_USES_UNPUBLISHED
+ EIDL_PUBLISHED_USES_UNPUBLISHED,
+ EIDL_SIMILAR_CONSTRUCTORS
};
enum WarningCode