Bug 52570

Summary: [PATCH] Small bug fixes in XWPFDocument
Product: POI Reporter: Gregg Morris <gregg.morris>
Component: XWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.8-dev   
Target Milestone: ---   
Hardware: Macintosh   
OS: All   
Attachments: Patch file generated by ant

Description Gregg Morris 2012-02-01 00:23:11 UTC
Small bug fixes in XWPFDocument:
* added method getBodyElementsIterator()

* fixed problems in insertNewTbl()

* fixed bug in getTableCell()
Comment 1 Gregg Morris 2012-02-01 00:23:59 UTC
Created attachment 28247 [details]
Patch file generated by ant

This patch file contains changes to XWPFDocument.java.
Comment 2 Yegor Kozlov 2012-02-07 09:48:37 UTC
Applied in r1241398

Yegor