https://issues.apache.org/bugzilla/show_bug.cgi?id=51389
Sergey Vladimirov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Sergey Vladimirov <[email protected]> 2011-06-20 06:14:05 UTC --- Yegor, One change to ParagraphSprmUncompressor.java lost Index: ParagraphSprmUncompressor.java =================================================================== --- ParagraphSprmUncompressor.java (revision 1137143) +++ ParagraphSprmUncompressor.java (working copy) @@ -346,7 +346,8 @@ } break; case 0x41: - // sprmPFBiDi + // sprmPFBiDi + newPAP.setFBiDi((byte) sprm.getOperand()); break; case 0x43: It is required for correct processing of logical left-right justification. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
