To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50057
Issue #:|50057
Summary:|automation: missing forward declaration
Component:|porting
Version:|680m104
Platform:|PC
URL:|
OS/Version:|Linux
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|mh
Reported by:|pmladek
------- Additional comments from [EMAIL PROTECTED] Mon May 30 10:21:53 -0700
2005 -------
The new gcc-4.0-pre is more strict about forward declarations in the C++ code.
The problems are even marked as errors. The most typical mistake is that the
construction:
friend class XXX;
does not declare the class XXX. The construction does not longer invoke implicit
declaration. The class must be explicitly declared by
class XXX;
I'll attach a patch that fixes the problem in the module: automation.
I'm sorry if this component is wrong. I was not able to find a better one.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]