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 b_michael...@openoffice.org 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to