<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOC: Some right borders not displayed in table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=60378#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOC: Some right borders not displayed in table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=60378">bug 60378</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>// #i18128# word has only one line between adjoining vertical cells
// we have to mimic this in the filter by picking the larger of the
// sides and using that one on one side of the line (right)

It looks like this can be fixed in ww8par2.cxx's AdjustNewBand by commenting
out

//aOldBox.SetLine(nullptr, SvxBoxItemLine::RIGHT);

The problem comes from the fact that three cells need to be merged. The first
cell has no left border, so I assume that it just uses that for the newly
merged cell.

I have no idea of the implications of not removing the right line are - either
for import or for export, especially since there were no unit test failures...</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>