[Libreoffice-bugs] [Bug 63561] FILESAVE: Removed tab stop returns on roundtrip

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun May 14 02:04:44 UTC 2017


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

--- Comment #15 from Yousuf Philips (jay) <philipz85 at 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 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170514/6c555442/attachment.html>


More information about the Libreoffice-bugs mailing list