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





------- Additional comments from [EMAIL PROTECTED] Fri Aug  1 13:00:56 +0000 
2008 -------
TL: The first obvious thing is that no hyphenator is called at all.
Debugging further we reach i18npool's BreakIterator_Unicode::getLineBreak and
that function seems to be called with reasonable values.

But that function is never calling the hOptions.rHyphenator->hyphenate(...) as
it is supposed to do. The reason is that 
  line.aBreakIterator->isBoundary(nStartPos)
returns true and thus always the incorrect branch of the if-statement is called.
Maybe an ICU problem in the Aqua port?

Need to check first if the parameters I saw passed to that function under Aqua
look similar to the ones from a working version.


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