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





------- Additional comments from [EMAIL PROTECTED] Thu Dec 21 09:36:18 -0800 
2006 -------
I find it interesting that vcl breaks given that we haven't added anything to 
the pch file. I agree that if the break occurs in just these files a define 
would make sense.

Perhaps: #define GCC_341_DISABLE_PCH for these files and then add this to the 
precompiled_[vcl/sd/svx].hxx file:

#ifndef GCC_341_DISABLE_PCH
...
main content
...
#endif

As we know you can't add external include guards around the original include 
statement in the .cxx.

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