To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108345
------- Additional comments from [email protected] Tue Apr 27 08:53:12 +0000 2010 ------- > std::for_each(aProcessedIds.begin(), aProcessedIds.end(), > boost::bind(&SfxItemSet::ClearItem, boost::ref(aNdSet), _1)); Just for fun: I guess std::for_each(aProcessedIds.begin(), aProcessedIds.end(), boost::bind(&SfxItemSet::ClearItem, &aNdSet, _1)); should have worked too. However this isnt a compliment for C++ (or more specific boost's) readability ... --------------------------------------------------------------------- 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]
