- Timestamp:
- 02/27/10 06:52:46 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/convert/out/html/HtmlExporterNG2.java
r1015 r1096 397 397 398 398 if ( pStyleVal ==null || pStyleVal.equals("") ) { 399 pStyleVal = "Normal"; 399 // pStyleVal = "Normal"; 400 pStyleVal = wmlPackage.getMainDocumentPart().getStyleDefinitionsPart().getDefaultParagraphStyle().getStyleId(); 400 401 } 401 402 log.debug("style '" + pStyleVal ); … … 447 448 StyleTree.getHtmlClassAttributeValue(pTree, asn) 448 449 ); 449 450 450 451 451 // Does our pPr contain anything else? 452 452 if (pPr!=null) { … … 578 578 579 579 if (pStyleVal==null || pStyleVal.equals("")) { 580 pStyleVal = "Normal"; 580 // pStyleVal = "Normal"; 581 pStyleVal = wmlPackage.getMainDocumentPart().getStyleDefinitionsPart().getDefaultParagraphStyle().getStyleId(); 581 582 } 582 583
Note: See TracChangeset
for help on using the changeset viewer.
