[Libreoffice-bugs] [Bug 136783] FILEOPEN: PPTX: Error reading file importing file with table
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Jan 16 13:26:29 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=136783
--- Comment #2 from Justin L <jluth at mail.com> ---
Simple solution is
- sal_Int32 nColumnSize = mvTableGrid.size();
+td::min(tableRow.getTableCells().size(), mvTableGrid.size());
--
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/20210116/953c4db7/attachment.htm>
More information about the Libreoffice-bugs
mailing list