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


User nn changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|nn                        |tl
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Oct 12 04:59:53 -0700 
2005 -------
I only see that loop when auto spell checking is enabled, or spell checking is
executed manually.

In the loop, the EditEngine calls the break iterator's nextWord method for start
position 2 and language Japanese, which returns start=1, end=5, and then calls
getWordBoundary for position 1 and language English, which returns start=1, 
end=2.

The results from the break iterator can of course vary depending on the
language, so this should be changed to always use the same language for both
calls (or even use only one of the calls, as in Writer).

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