To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80954
User er changed the following: What |Old value |New value ================================================================================ Ever confirmed| |1 -------------------------------------------------------------------------------- Status|UNCONFIRMED |STARTED -------------------------------------------------------------------------------- Issue type|DEFECT |PATCH -------------------------------------------------------------------------------- Target milestone|OOo 2.x |OOo 2.4 -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Fri Aug 24 17:26:30 +0000 2007 ------- um.. yes. Targeting to 2.4, should be re-targeted to 2.3.1 when available. Regarding i = (nLo + nHi) / 2; the overflow is more theoretical, as nLo+nHi would had to exceed 2GB, which they don't, even not with 1MB rows. Nevertheless, i = nLo + ((nHi - nLo) / 2); would be correct. Thanks Eike --------------------------------------------------------------------- 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]