DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25706>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25706 [PATCH] Add bp to vecInlineBreaks if prevBP == null, correction to patch 25031 Summary: [PATCH] Add bp to vecInlineBreaks if prevBP == null, correction to patch 25031 Product: Fop Version: 1.0dev Platform: Other OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: page-master/layout AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] [PATCH] I have been a bit too general in my previous patch (bug 25031), where I add bp to vecInlineBreaks if prevBP == null. In a number of cases (!bBreakOK) it has been added already. Now I have moved this action to the three places where the routine breaks out of the loop because bp is over the line length. The effect of the action is to accept bp even though it is over the line length when this is the first BP on the line (prevBP == null).