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





------- Additional comments from [EMAIL PROTECTED] Mon Nov 13 23:35:46 -0800 
2006 -------
> Btw, shouldn't this 'DBG_ASSERT( i != m_aMap.end(), ...' be
> 'DBG_ASSERT( i == m_aMap.end(), ...'?

No: If |i| equals map's end, then this means we're in the last iteration, and
the loop will finish without having found the element. So if this happens, the
assertion will fire.

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