To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88767 Issue #|88767 Summary|Prevent precompiled header object to include copy oper |ator Component|framework Version|DEV300_m10 Platform|PC URL| OS/Version|Windows, all Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|mba Reported by|tono
------- Additional comments from [EMAIL PROTECTED] Sun Apr 27 04:33:10 +0000 2008 ------- A class defined in sfx2/inc/sfx2/mnumgr.hxx implies implicit declaration and definition of its copy constructor and copy assignment operator. With VC 9.0 Express build, automatically defined copy assignment operator resides in precompiled header objects, pchname.obj or pchname_ex.obj, and will cause errors at linkage. A patch to fix it follows. --------------------------------------------------------------------- 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]
