Ignore:
Timestamp:
02/23/10 06:32:26 (2 years ago)
Author:
jharrop
Message:

Support for WMF (but not EMF, yet) as SVG in HTML output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/io/LoadFromZipNG.java

    r1063 r1078  
    329329                        log.info("\n For Relationship Id=" + r.getId()  
    330330                                        + " Source is " + rp.getSourceP().getPartName()  
    331                                         + ", Target is " + r.getTarget() ); 
     331                                        + ", Target is " + r.getTarget() 
     332                                        + ", type: " + r.getType() ); 
     333                                         
    332334                                // This is usually the first logged comment for 
    333335                                // a part, so start with a line break. 
Note: See TracChangeset for help on using the changeset viewer.