<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=72511#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=72511">bug 72511</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>repro 7.0+.  LO indents doc comment, but not docx.

(In reply to Gordo from <a href="show_bug.cgi?id=72511#c11">comment #11</a>)
<span class="quote">> MS Word [2013] shows the indentation in the docx.  Writer does not.</span >

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...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>