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/relationships/Namespaces.java

    r954 r1004  
    2020 
    2121package org.docx4j.openpackaging.parts.relationships; 
    22  
    23 import org.dom4j.Namespace; 
    2422 
    2523public class Namespaces { 
     
    148146 
    149147        public final static String W_NAMESPACE_DECLARATION = "xmlns:w=\"" + NS_WORD12 + "\"";  
    150          
    151         // This is dom4j specific 
    152         @Deprecated 
    153         public final static Namespace namespaceWord = new Namespace("w", NS_WORD12); 
    154          
     148                 
    155149        public final static String HYPERLINK  =  
    156150                "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"; 
Note: See TracChangeset for help on using the changeset viewer.