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

--- Comment #15 from Justin L <jl...@mail.com> ---
repro 7.0+.  LO indents doc comment, but not docx.

(In reply to Gordo from comment #11)
> MS Word [2013] shows the indentation in the docx.  Writer does not.

However, using Word 2016, it does not indent either the doc or the docx.


So I looked for the reason why Writer does not indent for docx (and you will
notice that in the paragraph properties the margin is 0). The reason is because
of an exception :-)
writerfilter/source/dmapper/DomainMapper_Impl.cxx:1663: ::finishParagraph
calling TextAppend->finishParagraph
writerfilter/source/dmapper/DomainMapper_Impl.cxx:1893: finishParagraph()
com.sun.star.beans.UnknownPropertyException message: Unknown property:
ParaStyleName

So, because of an exception with unknown comment property ParaStyleName, it
ignores all of the following properties (like <w:ind w:left="2268"/>). In other
words, docx works by accident...

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

Reply via email to