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 m...@openoffice.org Mon Apr 26 16:44:50 +0000 
2010 -------
@dtardon:

now i've actually tried out your patch and did some testing.
a small bug in lcl_CollectHintSpans:
if the last hint does not end at the paragraph end, then the span from last end
to para end is missing.


this here is completely broken:
+            std::for_each(aProcessedIds.begin(), aProcessedIds.end(),
+                    boost::bind(&SfxItemSet::ClearItem, aNdSet, _1));

apparently the boost::bind creates a copy of the item set, and then calls
ClearItem on this copy instead of on aNdSet.

stepping throught that whole bind mess in dbx i can see that the item count of
the item set drops to 0, but then the item count of aNdSet is unchanged.

i've now had sufficiently many horrible experiences with boost::bind that i'll
refrain from using it.
that will hopefully reduce the complaints from my coworkers that i curse too 
much.

because these bugs made testing difficult i've just fixed them myself :)
now it seems to work...


---------------------------------------------------------------------
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