Issue 425

Summary: OpenOffice will not compile with the new updated 6.0 compiler
Product: udk Reporter: Unknown <non-migrated>
Component: codeAssignee: Daniel Boelzle [:dbo] <openoffice>
Status: CLOSED FIXED QA Contact: issues@www <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues
Version: 614   
Target Milestone: ---   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Unknown 2001-02-13 18:30:58 UTC
OpenOffice will not compile with the new updated 6.0 compiler:
CC -V
CC: Sun WorkShop 6 update 1 C++ 5.2 Patch 109508-01 2001/01/31

Can someone please fix the problem with these include files:

inc/cppuhelper/weak.hxx
inc/cppuhelper/weakagg.hxx

Thanks
Bustamam

"/solver/616/unxsols3.pro/inc/cppuhelper/weak.hxx", line 149: Error: Function
cppu::OWeakObject::queryAdapter() can throw only the exceptions thrown by the
function com::sun::star::uno::XWeak::queryAdapter() it overrides.
"/solver/616/unxsols3.pro/inc/cppuhelper/weakagg.hxx", line 134: Error: Function
cppu::OWeakAggObject::~OWeakAggObject() can throw only the exceptions thrown by
the function cppu::OWeakObject::~OWeakObject() it overrides.
2 Error(s) detected.
Comment 1 Olaf Felka 2001-02-14 09:41:22 UTC
This has nothing to do with framework, i think this belongs to you.
Comment 2 Daniel Boelzle [:dbo] 2001-02-14 10:10:39 UTC
Incorrect exception specification. 
Comment 3 Daniel Boelzle [:dbo] 2001-02-14 10:20:16 UTC
fixed exception declarations
Comment 4 Daniel Boelzle [:dbo] 2002-12-12 14:19:00 UTC
closed.