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

--- Comment #5 from Michael Kleidt <kle...@sowatec.com> ---
Confirmed behavior with LO 4.4.0.3 under Windows 7.

The problem is, that TAB-characters are simply ignored in LO output.
If you have a text "foo bar" where both words are separated by a tabulator, the
XML output must contain somthing like:

<w:p [...]>
  [...]
  <w:r>
    <w:t>foo</w:t><w:tab/><w:t>bar</w:t>
  </w:r>
</w:p>

But today the tabulators (<w:tab/>) are simply missing. You only find <w:tabs>
for the tabulator definitions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to