To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=116357 Issue #|116357 Summary|sal: stop exporting exception class on MinGW Component|porting Version|current Platform|PC URL| OS/Version|Windows, all Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|tono Reported by|tono
------- Additional comments from [email protected] Sat Jan 8 04:06:42 +0000 2011 ------- sal/type.h contains MACRO definitions to make inlined exception class visible on gcc platforms. MinGW does not needs it. Moreover, after 4.5.x, MinGW gcc instanciate all inlined member functions in visible classes. So we should stop exporting exception classes on MinGW. --------------------------------------------------------------------- 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]
