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

Justin L <jl...@mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Windows (All)               |All
           Hardware|x86-64 (AMD64)              |All
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=11
                   |                            |1550

--- Comment #6 from Justin L <jl...@mail.com> ---
(In reply to Radomir Terber from comment #0)
> It may be some inaccuracy in the document since it is generated.

If I first round-trip this with Word 2003, then LO can see the table just fine. 

The table is located inside of a character-run
<w:p>
  <w:r>
    <w:tbl>
    ...
    </w:tbl>
  <w:r>
</w:p>

Sounds identical to LO 6.0 commit 67a61e54531801645d51ad89aac30064b8c4b4e8
Author: Mike Kaganski on Thu Jul 13 09:08:56 2017 +0300
    tdf#111550: A workaround for out-of-order (in-paragraph) tbl on OOXML

    Word allows <w:tbl> to be direct child of <w:p>, which is illegal
    according to ECMA-376-1:2016.

    This allows for import the data in such tables (previously, this text
    was simply dropped, causing dataloss) - bug-to-bug compatibility with Word.

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