Changeset 1739 for trunk/docx4j/src/main/java
- Timestamp:
- 01/03/12 09:07:31 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/model/styles/StyleTree.java
r1215 r1739 70 70 Style style = allStyles.get(styleId); 71 71 if (style == null ) { 72 log. error("Couldn't find style: " + styleId);72 log.warn("Couldn't find style: " + styleId); 73 73 continue; 74 74 } … … 90 90 Style style = allStyles.get(styleId); 91 91 if (style == null ) { 92 log. error("Couldn't find style: " + styleId);92 log.warn("Couldn't find style: " + styleId); 93 93 continue; 94 94 } … … 110 110 Style style = allStyles.get(styleId); 111 111 if (style == null ) { 112 log. error("Couldn't find style: " + styleId);112 log.warn("Couldn't find style: " + styleId); 113 113 continue; 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.
