Changeset 1554 for trunk/docx4j/src/main/java/org/docx4j/openpackaging
- Timestamp:
- 06/20/11 13:52:54 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/DrawingML/DiagramDataUnflatten.java
r1544 r1554 59 59 60 60 private static Logger log = Logger.getLogger(DiagramDataUnflatten.class); 61 62 protected static String PRESNAME_FOR_IMAGE = "image"; 61 63 62 64 /* Generating SmartArtDataHierarchy xml from … … 218 220 219 221 // attach its image 220 CTPt imgPt = getAssociatedPres(modelId, "rootPict");222 CTPt imgPt = getAssociatedPres(modelId, PRESNAME_FOR_IMAGE); 221 223 if (imgPt!=null 222 224 && imgPt.getSpPr()!=null … … 359 361 .load(new java.io.File( 360 362 System.getProperty("user.dir") 361 + "/ OUT.docx"));363 + "/sample-docs/glox/extracted/apes.pptx")); 362 364 363 365
Note: See TracChangeset
for help on using the changeset viewer.
