https://bugs.documentfoundation.org/show_bug.cgi?id=122747

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #12 from Justin L <[email protected]> ---
ParaStyles inherit the RTL setting from the "Environment", and thus fall-back
on the locale since it is impossible to connect a page style to a paragraph
style. That likely explains why comment 2 is unable to reproduce - likely
Eyal's locale is RTL, while I have LTR.

So, in ODT the paragraph styles use RTL because they pass through the RTL value
from the page style.  In the DOCX they are hard-coded as LTR, because export
deduced that from the locale with the comment   //what else can we do :-(

The only option is to plaster a w:jc onto every paragraph when both the
paragraph and the style inherit from the page style.

*** This bug has been marked as a duplicate of bug 98620 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to