Changeset 1484
- Timestamp:
- 04/22/11 08:41:39 (13 months ago)
- Location:
- trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts
- Files:
-
- 2 edited
-
WordprocessingML/EmbeddedPackagePart.java (modified) (1 diff)
-
relationships/Namespaces.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/WordprocessingML/EmbeddedPackagePart.java
r1306 r1484 1 1 package org.docx4j.openpackaging.parts.WordprocessingML; 2 // Ideally this part would have been created in the parts 3 // package itself, since it is also used when a 4 // chart is embedded in a pptx. ie there is nothing 5 // about it which is specific to WML. 2 6 3 7 import org.apache.log4j.Logger; -
trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/relationships/Namespaces.java
r1464 r1484 227 227 228 228 ///xl/charts/chart1.xml 229 // Should have just called this CHART or RELS_CHART, 230 // since it is also used in PresentationML 229 231 public final static String SPREADSHEETML_CHART = 230 232 "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart";
Note: See TracChangeset
for help on using the changeset viewer.
