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

--- Comment #15 from Yousuf Philips (jay) <philip...@hotmail.com> ---
Created attachment 133303
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133303&action=edit
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>

-- 
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