To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69306
User tl changed the following:
What |Old value |New value
================================================================================
Assigned to|tl |os
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Sep 11 03:47:33 -0700
2006 -------
TL->OS: The very first problem found is in SpellDialog.cxx in function
SentenceEditWindow_Impl::MarkNextError(). There the line
TextPaM aCursor(0, m_nErrorEnd ? m_nErrorEnd + 1 : 0);
tries to set up a cursor to find the next error but since it is Chinese there is
usually no space between the words an thus m_nErrorEnd + 1 will already start
one character to far. A following problem will be that subsequent one error
range will immediately follow another one and thus the current algorithm can not
distinguish them properly anymore.
Please take over. Thanks!
---------------------------------------------------------------------
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]