To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105219 Issue #|105219 Summary|oox to-be-m60: include string.h in tokenmap.cxx Component|xml Version|DEV300m59 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|dr Reported by|tono
------- Additional comments from [email protected] Sun Sep 20 14:20:55 +0000 2009 ------- In to-be-m60, inclusion of string.h is removed from oox/source/token/tokenmap.cxx with the integration of cws dr69. Maybe the include file is implicitly included on many platforms but not on mingw gcc- 4.4.0 with gcc STL library. mingw gcc-3.4.4 has no problem. It will break the build as gperf generates string comparison code in tokens.inc. I think it is safe to include string.h for all platforms explicitly. --------------------------------------------------------------------- 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]
