Changeset 1490 for trunk/docx4j/src/main/java/org/docx4j/openpackaging
- Timestamp:
- 05/12/11 11:47:20 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/DocPropsCustomPart.java
r1415 r1490 27 27 import org.apache.log4j.Logger; 28 28 import org.docx4j.docProps.custom.Properties; 29 import org.docx4j.jaxb.Context; 29 30 import org.docx4j.openpackaging.exceptions.InvalidFormatException; 30 31 import org.docx4j.openpackaging.parts.relationships.Namespaces; … … 86 87 87 88 public void init() { 89 90 jc = Context.jcDocPropsCustom; 91 88 92 // Used if this Part is added to [Content_Types].xml 89 93 setContentType(new org.docx4j.openpackaging.contenttype.ContentType(
Note: See TracChangeset
for help on using the changeset viewer.
