]> source.dussan.org Git - poi.git/commit
Fix bug #61490, for some tables in documents, we should not remove the last cell
authorDominik Stadler <centic@apache.org>
Thu, 29 Aug 2019 05:16:05 +0000 (05:16 +0000)
committerDominik Stadler <centic@apache.org>
Thu, 29 Aug 2019 05:16:05 +0000 (05:16 +0000)
commitbe52865b38fed9d482121af42f2f05f0d12d9d2f
treef18d62364277745a4f8104ac47ca87c4a8beae18
parent734d6911d8ae37d63980f98656f61d5e079fc311
Fix bug #61490, for some tables in documents, we should not remove the last cell

Check the expected number of cells to see if the last cell should be removed.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866055 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hwpf/usermodel/TableRow.java
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java
test-data/document/61490.doc [new file with mode: 0644]