summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:48:03 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:48:03 +0000
commit7a9deef4abde5992af1a101de3acc2ccf8b7fc2e (patch)
tree647ecc3236045192aeb4c862e80e47c9b282118c /idlc
parentf6c0995f9df74ff0162f27d9bbefc599bfa7600b (diff)
INTEGRATION: CWS jsc21 (1.9.64); FILE MERGED
2008/06/20 11:12:53 jsc 1.9.64.3: #i86349# remove unused methods 2008/04/23 09:53:05 jsc 1.9.64.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/13 14:46:26 jsc 1.9.64.1: #i69326# optional interfaces are now allowed at published serices
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/errorhandler.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/idlc/inc/idlc/errorhandler.hxx b/idlc/inc/idlc/errorhandler.hxx
index 38d433eb9ca9..05993edbadd2 100644
--- a/idlc/inc/idlc/errorhandler.hxx
+++ b/idlc/inc/idlc/errorhandler.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: errorhandler.hxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@@ -118,8 +118,6 @@ public:
// Warning
void warning0(WarningCode e, const sal_Char* warningmsg);
- void warning1(WarningCode e, AstDeclaration* d);
- void warning2(WarningCode e, AstDeclaration* d1, AstDeclaration* d2);
// Report a syntax error in IDL input
void syntaxError(ParseState state, sal_Int32 lineNumber, const sal_Char* errmsg);
@@ -155,7 +153,7 @@ public:
// Report a failed enumerator lookup in an enum
void enumValLookupFailure(AstUnion* pUnion, AstEnum* pEnum, const ::rtl::OString& name);
- bool checkPublished(AstDeclaration const * decl);
+ bool checkPublished(AstDeclaration const * decl, bool bOptiional=false);
};
#endif // _IDLC_ERRORHANDLER_HXX_