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





------- Additional comments from [EMAIL PROTECTED] Wed Sep  3 19:10:55 +0000 
2008 -------
The last two if statements in the patch causes a crash if the sort range
includes empty cells.

Is this line in the first if statement

  if(pCell1 && pCell2->GetNote(aCellNote) && aCellNote.IsShown())

meant to be this line instead by any chance?

  if(pCell2 && pCell2->GetNote(aCellNote) && aCellNote.IsShown())

(and the same for the second if stament?)

If I swap those pCell1/pCell2 in those if statements, it will still appear to
work (still only vertically though) and will not cause a crash with a range with
empty cells.

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