svn commit: r1803317 - in /poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel: XSSFSheet.java XSSFTable.java XSSFWorkbook.java

2017-07-28 Thread gwoolsey
Author: gwoolsey Date: Fri Jul 28 18:01:36 2017 New Revision: 1803317 URL: http://svn.apache.org/viewvc?rev=1803317=rev Log: Deleting a sheet did not delete table parts and relations. Deleting a table needs to also delete any queryTable relations and parts. Previous behavior didn't result in

svn commit: r1803250 - in /poi/trunk: .gitignore src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java src/ooxml/testcases/org/apache/poi/xwpf/extractor/TestXWPFWordExtractor.java test-data/d

2017-07-28 Thread fanningpj
Author: fanningpj Date: Fri Jul 28 07:42:23 2017 New Revision: 1803250 URL: http://svn.apache.org/viewvc?rev=1803250=rev Log: [Bug-61354] fix issue with extracting text from Word docs. This closes #66 Added: poi/trunk/test-data/document/MultipleBodyBug.docx Modified: poi/trunk/.gitignore