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

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #12 from Regina Henschel <[email protected]> ---
The problem is in 19.237 fo:margin-left and 19.246 fo:text-indent (ODF 1.3 part
3). They have the wording "Its value is only considered for paragraphs inside a
list item whose paragraph styles do not specify a fo:text-indent attribute or a
fo:margin-left attribute." and "It is used for paragraphs inside list items
whose paragraph styles do not specify an fo:text-indent or fo:margin-left
attribute. " respectively.

LibreOffice treats the properties as block: If one of them is present in the
paragraph style (here fo:margin-left="0.375in") then for both attributes the
paragraph style is used.

MS Office treats them individually. For fo:margin-left the paragraph style is
used, for fo:text-indent the list style is used.

That needs to cleared in the ODF TC.

When importing texts from MS Office, LibreOffice can avoid the problem by
setting the "fo:text-indent" attribute explicitly in the paragraph format.

-- 
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