To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88767
------- Additional comments from [EMAIL PROTECTED] Mon Apr 28 13:22:19 +0000 2008 ------- @mba: I think it is a buggy behavior of VC++ 9.0 Express to automaticaly generate copy assignment (and not copy constructor this case) in the pch object even if it is not used in other headers. I have not checked the condition it occurs. However, if such auto-generated functions are not really needed, they should be declared private and not defined to prvent accidental misuses. As Stephen wrote, I should have inserted comments like "// not defined". Should I update the patch? --------------------------------------------------------------------- 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]
