To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101919


User mba changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Thu May 14 14:25:24 +0000 
2009 -------
SfxEventConfiguration had two lists of all events, obviously one too much. I
removed the one that seemed to be obsolete. What I didn't see is that the list I
kept has a broken search method. The binary search implementation is buggy and
it doesn't find at least SFX_EVENT_CLOSEDOC though the list is ordered correctly
and the event is indeed in the list.

I don't want to check where this bug also bites us (as the list was used for
other purposes before also, IIRC it was event macro assignment). I just fix the
broken binary search.

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

Reply via email to