[Libreoffice] [PATCH] fdo#43398: FORMATTING: Documents opened in LibreOffice Writer incorrectly appear as right justified

Muhammad Haggag mhaggag at gmail.com
Wed Feb 1 11:21:21 PST 2012


Bug:
https://bugs.freedesktop.org/show_bug.cgi?id=43398

Cause:
dmapper used to treat the presence of a w:BiDi element in a paragraph's
properties as an indicator of RTL directionality, which is incorrect. A
w:BiDi element may have a value of 0, indicating LTR.

Fix: Inspect the integral value of w:BiDi elements before switching to RTL.
Only switch if it's non-zero.

Regards,
--Muhammad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120201/aadd74c6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-dmapper-Switch-paragraphs-to-RTL-based-on-the-value-.patch
Type: text/x-patch
Size: 1753 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120201/aadd74c6/attachment.bin>


More information about the LibreOffice mailing list