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

            Bug ID: 119015
           Summary: A .PPTX has table in wrong position (at the top), with
                    one cell blue without text
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Impress
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 143839
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143839&action=edit
A minimized sample with distorted table

The attachment opens in Impress with the table in wrong position (at the top of
the slide instead of in the middle), and its second cell has blue background
and no text (must be "A3" without background). It opens fine in MS PowerPoint.

Tested with Version: 6.1.0.2 (x64)
Build ID: b3972dcf1284967612d5ee04fea9d15bcf0cc106
CPU threads: 12; OS: Windows 10.0; UI render: GL; 
Locale: ru-RU (ru_RU); Calc: CL

The problem is because of the table has one row and three cells, with two first
cells merged. On import, CellCursor::merge() calls TableModel::optimize(),
which removes the second column, and then the import code throws out of the
method creating the table, leaving it uninitialized.

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