Changeset 1643 for trunk/docx4j/src/main/java
- Timestamp:
- 08/20/11 13:40:20 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/model/datastorage/BindingHandler.java
r1632 r1643 192 192 193 193 DocumentFragment docfrag = null; // = document.createDocumentFragment(); 194 Document fragdoc = null;195 194 196 195 try { … … 232 231 Document document = XmlUtils.marshaltoW3CDomDocument(run); 233 232 if (docfrag == null) { // will be for first line 234 fragdoc = document;235 233 docfrag = document.createDocumentFragment(); 236 234 docfrag.appendChild(document.getDocumentElement());
Note: See TracChangeset
for help on using the changeset viewer.
