Issue 425 - OpenOffice will not compile with the new updated 6.0 compiler
Summary: OpenOffice will not compile with the new updated 6.0 compiler
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: 614
Hardware: Sun Solaris
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: Daniel Boelzle [:dbo]
QA Contact: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-13 18:30 UTC by Unknown
Modified: 2003-12-06 14:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.