<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - FILEOPEN: PPTX: Error reading file importing file with table"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=136783">bug 136783</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>jluth@mail.com
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
<td>jluth@mail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - FILEOPEN: PPTX: Error reading file importing file with table"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=136783#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - FILEOPEN: PPTX: Error reading file importing file with table"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=136783">bug 136783</a>
from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
<pre>simple solution is
- sal_Int32 nColumnSize = mvTableGrid.size();
+ sal_Int32 nColumnSize = std::min(tableRow.getTableCells().size(),
mvTableGrid.size());
However, my guess is that using mvTableGrid.size() is wrong.
I wanted to make a minimized test, but round-tripping this file in Word 2010
"fixes" the problem. (I see that is also noted in <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - Impress: Table rendering incorrect - blue background of the cells (OK if resaved with MSO)"
href="show_bug.cgi?id=115209">bug 115209</a> where they also
attempted a minimized file with <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=153755" name="attach_153755" title="GNS3 training presentation page 6 saved with MSO">attachment 153755</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=153755&action=edit" title="GNS3 training presentation page 6 saved with MSO">[details]</a></span>.)
So then should we also mark this as "NOTOURBUG"? I assume this comes from slide
6 since I get debug output with tableproperties.cxx:149: ::pushToPropSet
rows[6] columns[1] grid[3]
However, since a bandaid fix is simple, I'll propose
<a href="http://gerrit.libreoffice.org/c/core/+/109438">http://gerrit.libreoffice.org/c/core/+/109438</a> and suggest that <a class="bz_bug_link
bz_status_VERIFIED bz_closed"
title="VERIFIED FIXED - FILEOPEN PPTX: text box gets displaced by text coming from master page (which Office 365 does not show)"
href="show_bug.cgi?id=133015">bug 133015</a>
probably needs to be revisited and get a better fix than using grid size.
Since our unique document's size is very large, I'm not including a unit test.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>