diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:46:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:46:43 +0000 |
commit | c96f0fe87f0046284d533f9a7d82d8b324172807 (patch) | |
tree | e8a22e002213009360a5ab2030c0a1b76ba4ed05 /idlc | |
parent | 1143ac4d7ddd28857a9424c2968060c670b5b5dc (diff) |
INTEGRATION: CWS warnings01 (1.6.18); FILE MERGED
2006/05/24 00:07:15 sb 1.6.18.3: RESYNC: (1.7-1.8); FILE MERGED
2005/09/23 00:01:48 sb 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED
2005/09/05 12:26:04 sb 1.6.18.1: #i53898# Made code warning-free.
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/inc/idlc/errorhandler.hxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/idlc/inc/idlc/errorhandler.hxx b/idlc/inc/idlc/errorhandler.hxx index 6bfd65243b0b..5edd4bf15575 100644 --- a/idlc/inc/idlc/errorhandler.hxx +++ b/idlc/inc/idlc/errorhandler.hxx @@ -4,9 +4,9 @@ * * $RCSfile: errorhandler.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-04-19 13:45:11 $ + * last change: $Author: hr $ $Date: 2006-06-20 03:46:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -137,9 +137,6 @@ public: // Report a syntax error in IDL input void syntaxError(ParseState state, sal_Int32 lineNumber, const sal_Char* errmsg); - // Report a name being used with different spellings - void nameCaseError(sal_Char *n, sal_Char *t); - // Report an unsuccesful coercion attempt void coercionError(AstExpression *pExpr, ExprType et); @@ -166,7 +163,7 @@ public: // something else instead. This occurs when a union with an enum // discriminator is being parsed and one of the branch labels is // not an enumerator in that enum - void enumValExpected(AstUnion* pUnion, AstUnionLabel *pLabel); + void enumValExpected(AstUnion* pUnion); // Report a failed enumerator lookup in an enum void enumValLookupFailure(AstUnion* pUnion, AstEnum* pEnum, const ::rtl::OString& name); |