Changeset 1651 for trunk


Ignore:
Timestamp:
09/04/11 07:34:27 (9 months ago)
Author:
jharrop
Message:

Set JAXBContext in constructors

File:
1 edited

Legend:

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

    r1378 r1651  
    2626import org.apache.log4j.Logger; 
    2727import org.docx4j.dml.Theme; 
     28import org.docx4j.jaxb.Context; 
    2829import org.docx4j.openpackaging.exceptions.InvalidFormatException; 
    2930import org.docx4j.openpackaging.parts.relationships.Namespaces; 
     
    5455                // Used when this Part is added to a rels  
    5556                setRelationshipType(Namespaces.THEME); 
     57                 
     58                setJAXBContext(Context.jcThemePart);                                             
     59                 
    5660                 
    5761        } 
Note: See TracChangeset for help on using the changeset viewer.