<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: Removed tab stop returns on roundtrip"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=63561#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: Removed tab stop returns on roundtrip"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=63561">bug 63561</a>
              from <span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=133303" name="attach_133303" title="original odt converted to docx">attachment 133303</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=133303&action=edit" title="original odt converted to docx">[details]</a></span>
original odt converted to docx

Steps:
1) Open attached docx
2) Select both lines
3) Remove the first tab at 0.50"
4) Save file, close, and reopen
5) 0.50" tab returns

Version: 5.4.0.0.alpha0+
Build ID: 74ccd02eda2d6325a27266fd935aba29b3d75020
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-04-27_23:51:14
Locale: en-US (en_US.UTF-8); Calc: group

As the 0.50" tab stop is set at the paragraph style, omitting it from the
paragraph properties <tabs> tag isnt correct.

<w:p>
  <w:pPr>
    <w:tabs>
      <w:tab w:val="left" w:pos="1440" w:leader="none" />
    </w:tabs>
    <...>
  </w:pPr>
  <...>
</w:p>

MSO outputs it like so

<w:p>
  <w:pPr>
    <w:tabs>
      <w:tab w:val="clear" w:pos="720" />
      <w:tab w:val="left" w:pos="1440" />
    </w:tabs>
  </w:pPr>
  <...>
</w:p></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>