Skip to content

Commit

Permalink
#140: Correct doc section processing. All tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ekimbernow committed Apr 29, 2024
1 parent 0060c9f commit 9e632d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ private void constructDoc(XWPFDocument doc, XmlObject xml) throws DocxGeneration
handleDocumentProperties(doc, cursor.getObject());
}
cursor.pop();
cursor.push();
cursor.toChild(new QName(DocxConstants.SIMPLE_WP_NS, "body"));

handleBody(doc, cursor.getObject());
Expand Down

0 comments on commit 9e632d1

Please sign in to comment.