Ignore:
Timestamp:
08/22/09 17:45:37 (3 years ago)
Author:
jharrop
Message:

Get rid of System.out.println (mostly).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/WordprocessingMLPackage.java

    r854 r871  
    4141import org.docx4j.XmlUtils; 
    4242import org.docx4j.convert.out.flatOpcXml.FlatOpcXmlCreator; 
    43 import org.docx4j.fonts.BestMatchingMapper; 
    4443import org.docx4j.fonts.IdentityPlusMapper; 
    4544import org.docx4j.fonts.Mapper; 
     
    293292                java.util.Map fontsInUse = this.getMainDocumentPart().fontsInUse(); 
    294293                 
    295                 if ( fm instanceof BestMatchingMapper ) { 
     294                //if ( fm instanceof BestMatchingMapper ) { 
     295                if ( fm.getClass().getName().equals("org.docx4j.fonts.BestMatchingMapper") ) { 
    296296                         
    297297                         
Note: See TracChangeset for help on using the changeset viewer.