To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85147
User joris_dobbelsteen changed the following:
What |Old value |New value
================================================================================
Status|CLOSED |UNCONFIRMED
--------------------------------------------------------------------------------
Priority|P3 |P2
--------------------------------------------------------------------------------
Resolution|INVALID |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Nov 6 14:46:10 +0000
2008 -------
Dear,
It seems that it is obvious what I want, but there might be a case, which I
cannot imagine, where it seems to be otherwise. Can you please indicate which
one it is? Currently I cannot think of any such case.
Obviously there is an workaround that produces the correct result, so why not
do so?
The point of the report is: Sort should NOT change the data, or references for
that matter. It should rather REPRESENT them in different order. If A points to
B, representing this, does NOT in any way change the fact that A points to B. I
did not change that.
Now for your example, take two tuples:
<1,a>
<3,#REF(1)>
<2,#REF(3)>
Sort then by the first column:
<1,a>
<2,#REF(3)>
<3,#REF(1)>
And decending
<3,#REF(1)>
<2,#REF(3)>
<1,a>
Obviously sorting in the second column produces an arbirary ordering, as all
values (as seen by the user, of course) are equal.
Please explain why breaking references is NOT a bug?
Regards,
- Joris
---------------------------------------------------------------------
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]