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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Justin L <[email protected]> ---
Created attachment 144264
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144264&action=edit
max21columns.odt: 30 column table with RES_BACKGROUND cells

The maximum # of columns that LO exports to DOC is 21 because of wrtww8.cxx
sal_uInt8 nBoxes0 = rTabBoxes.size();
    if (nBoxes0 > 21)
        nBoxes0 = 21;

That has been true since the initial import from OOo.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to