Changeset 626


Ignore:
Timestamp:
01/19/09 12:19:51 (3 years ago)
Author:
jharrop
Message:

Update to match revised POIFS api

File:
1 edited

Legend:

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

    r611 r626  
    104104    public void viewFile(boolean verbose) throws IOException 
    105105    { 
    106         org.apache.poi.poifs.dev.POIFSLister.displayDirectory(fs.getRoot(), ""); 
     106        String indent=""; 
     107        boolean withSizes = true;        
     108        org.apache.poi.poifs.dev.POIFSLister.displayDirectory(fs.getRoot(), indent, withSizes); 
    107109         
    108110        if (verbose) { 
Note: See TracChangeset for help on using the changeset viewer.