To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76605


User rt changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |REOPENED
--------------------------------------------------------------------------------
              Resolution|FIXED                     |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Jun 11 15:50:59 +0000 
2007 -------
Vladimir,

unfortunately it is not sufficient to remove the include path hack in solenv and
than fix those files where the build breaks. By doing so you miss things. 
Example:
 basic/source/inc/symtbl.hxx 
still contains 
 #include <sbxdef.hxx>
which should be
 #include <basic/sbxdef.hxx>
It compiles, but only because other files include sbxdef.hxx correctly before
this header gets processed. Than the include guard prevents the preprocessor to
fail due to the missing path here.

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