- Timestamp:
- 08/22/09 17:45:37 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/WordprocessingMLPackage.java
r854 r871 41 41 import org.docx4j.XmlUtils; 42 42 import org.docx4j.convert.out.flatOpcXml.FlatOpcXmlCreator; 43 import org.docx4j.fonts.BestMatchingMapper;44 43 import org.docx4j.fonts.IdentityPlusMapper; 45 44 import org.docx4j.fonts.Mapper; … … 293 292 java.util.Map fontsInUse = this.getMainDocumentPart().fontsInUse(); 294 293 295 if ( fm instanceof BestMatchingMapper ) { 294 //if ( fm instanceof BestMatchingMapper ) { 295 if ( fm.getClass().getName().equals("org.docx4j.fonts.BestMatchingMapper") ) { 296 296 297 297
Note: See TracChangeset
for help on using the changeset viewer.
