<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILESAVE export to DOCX does not write border style "none""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116549">116549</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>FILESAVE export to DOCX does not write border style "none"
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.1.0.0.alpha0+ Master
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>filter:docx
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rb.henschel@t-online.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=140798" name="attach_140798" title="Document to test border">attachment 140798</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=140798&action=edit" title="Document to test border">[details]</a></span>
Document to test border

Open attached file. The paragraphs have paragraph styles assigned, which are
all based on the style "BorderBasis", which sets a 6pt orange, solid border.
The style "Border0none" sets the border style to "none". That is correctly
written in ODF as fo:border="none".

Save this file in .docx format, it does not matter whether strict OOXML or the
MS variant. It should write a w:pBdr element with child elements having
attribute w:val="none", but the w:pBdr element is empty.

Because the parent style has a border, it is necessary to set the border style
explicitly to "none".

You see the error, when you open the .docx file in Word or LibreOffice. The
paragraph 0 shows a border, but should not.</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>