To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=5550
User nn changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Issue type|PATCH |ENHANCEMENT
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Feb 23 18:57:24 +0000
2009 -------
The second patch breaks the simple case of "1 foo".
Anyway, I just changed the old code to prefer a number at the end over one at
the beginning, unless the one at the beginning is followed by a space.
This means:
1 foo 1 -> 2 foo 1 (unchanged, because of the space)
1foo1 -> 1foo2 (by the same logic as the IP example)
The second case is different from older versions, but I hope nobody's relying on
the old behavior of that. The change is in CWS "calc49".
---------------------------------------------------------------------
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]