- Timestamp:
- 07/08/10 03:00:13 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/model/structure/SectionWrapper.java
r943 r1135 19 19 */ 20 20 package org.docx4j.model.structure; 21 22 import java.util.ArrayList; 23 import java.util.List; 21 24 22 25 import org.docx4j.openpackaging.parts.relationships.RelationshipsPart; … … 73 76 return sectPr; 74 77 } 78 79 // protected List<Object> egBlockLevelElts; 80 // 81 // public List<Object> getEGBlockLevelElts() { 82 // if (egBlockLevelElts == null) { 83 // egBlockLevelElts = new ArrayList<Object>(); 84 // } 85 // return this.egBlockLevelElts; 86 // } 87 75 88 76 89 }
Note: See TracChangeset
for help on using the changeset viewer.
