To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41860
User fme changed the following:
What |Old value |New value
================================================================================
Assigned to|ft |fme
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
Target milestone|--- |OOo Later
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Feb 2 01:34:13 -0800
2005 -------
FME: This happens due to rounding errors if you use a small font (and therefore
have many characters in one line). What happens here is this: If one line has a
remaining space of e.g., 300 twips and you have 102 character clusters in your
line, the first 101 character cluster should get an additional spacing of
300/101=2.97 twips. Unfortunately 300/101 rounds to 2, therefore you have
300-(2*101) = 98 twips of unused space at the end of the line. We have to find a
more stable algorithm for the justification.
---------------------------------------------------------------------
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]