To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50076
                  Issue #:|50076
                  Summary:|sw: missing forward declaration
                Component:|Word processor
                  Version:|680m104
                 Platform:|PC
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mru
              Reported by:|pmladek





------- Additional comments from [EMAIL PROTECTED] Mon May 30 11:15:35 -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: sw

---------------------------------------------------------------------
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]

Reply via email to