To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=42846 Issue #:|42846 Summary:|slideshow: std::find_if returns an iterator == last |if nothing found Component:|Drawing Version:|current Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|wg Reported by:|cmc
------- Additional comments from [EMAIL PROTECTED] Tue Feb 15 07:37:51 -0800 2005 ------- some code in slideshow assumes that std::find_if returns a pointer of 0 if nothing found, which is true with stlport in default optimized mode, but not in general. Patch attached to follow the spec. --------------------------------------------------------------------- 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]
