Ignore:
Timestamp:
08/20/11 13:40:20 (9 months ago)
Author:
jharrop
Message:

Remove unused variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/model/datastorage/BindingHandler.java

    r1632 r1643  
    192192 
    193193                        DocumentFragment docfrag = null; // = document.createDocumentFragment(); 
    194                         Document fragdoc = null; 
    195194                         
    196195                        try { 
     
    232231                                                Document document = XmlUtils.marshaltoW3CDomDocument(run); 
    233232                                                if (docfrag == null) { // will be for first line 
    234                                                         fragdoc = document; 
    235233                                                        docfrag = document.createDocumentFragment(); 
    236234                                                        docfrag.appendChild(document.getDocumentElement()); 
Note: See TracChangeset for help on using the changeset viewer.