Ignore:
Timestamp:
01/09/10 18:15:02 (2 years ago)
Author:
jharrop
Message:

Remove dom4j stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/Part.java

    r995 r1004  
    3030import org.docx4j.openpackaging.parts.relationships.RelationshipsPart; 
    3131import org.docx4j.relationships.Relationship; 
    32  
    33 import org.dom4j.Document; 
    3432 
    3533import org.apache.log4j.Logger; 
     
    137135         
    138136 
    139         /** 
    140          * Constructor. 
    141          *  
    142          * @param partName 
    143          *            The part name, relative to the parent Package root. 
    144          * @throws InvalidFormatException 
    145          *             If the specified URI is not valid. 
    146          */ 
    147         public Part(PartName partName, Document document) 
    148                         throws InvalidFormatException { 
    149                 this.partName = partName; 
    150         } 
    151137         
    152138        /** 
Note: See TracChangeset for help on using the changeset viewer.