To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=116908 Issue #|116908 Summary|#include <limits> required by MARK_INVALID Component|Word processor Version|DEV300m99 Platform|PC URL| OS/Version|Windows, all Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|writerneedsconfirm Reported by|tono
------- Additional comments from [email protected] Thu Feb 10 12:00:35 +0000 2011 ------- A macro MARK_INVALID is newly introduced in sw/source/core/undo/docundo.cxx with cws undoapi since m99. It is defined in svl/inc/svl/undo.hxx, uses the template ::std::numeric_limits and requires the inclusion of <limits>. It is breaking mingw build. I cannot identify where <limits> is included on other platforms, but I think including <limits> explicitly in svl/inc/svl/undo.hxx is simple and the best solution. The alternative may be including <limits> in sw/source/core/undo/docundo.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]
