From 7a9deef4abde5992af1a101de3acc2ccf8b7fc2e Mon Sep 17 00:00:00 2001
From: RĂ¼diger Timm <rt@openoffice.org>
Date: Fri, 11 Jul 2008 13:48:03 +0000
Subject: 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

---
 idlc/inc/idlc/errorhandler.hxx | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'idlc/inc')

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_
-- 
cgit