Changeset 1660 for trunk/docx4j/src/main/java
- Timestamp:
- 09/14/11 13:14:14 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/model/structure/PageDimensions.java
r1601 r1660 79 79 if (pgSz == null) { 80 80 log.warn("No pgSz in this section; defaulting."); 81 pgSz = Context.getWmlObjectFactory().createSectPrPgSz();81 this.pgSz = Context.getWmlObjectFactory().createSectPrPgSz(); 82 82 setPgSize(PageSizePaper.A4, false ); 83 83 } else { … … 87 87 if (pgMar ==null) { 88 88 log.warn("No pgMar in this section; defaulting."); 89 pgMar = Context.getWmlObjectFactory().createSectPrPgMar();89 this.pgMar = Context.getWmlObjectFactory().createSectPrPgMar(); 90 90 setMargins(MarginsWellKnown.NORMAL); 91 91 } else {
Note: See TracChangeset
for help on using the changeset viewer.
