mirror of https://github.com/apache/poi.git
Get to a consistent indent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948116 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8f85ad2eb
commit
2836dd45d6
|
@ -83,7 +83,6 @@ public class XWPFWordExtractor extends POIXMLTextExtractor {
|
|||
while(i.hasNext()) {
|
||||
XWPFParagraph paragraph = i.next();
|
||||
|
||||
|
||||
try {
|
||||
CTSectPr ctSectPr = null;
|
||||
if (paragraph.getCTP().getPPr()!=null) {
|
||||
|
@ -94,7 +93,6 @@ public class XWPFWordExtractor extends POIXMLTextExtractor {
|
|||
|
||||
if (ctSectPr!=null) {
|
||||
headerFooterPolicy = new XWPFHeaderFooterPolicy(document, ctSectPr);
|
||||
|
||||
extractHeaders(text, headerFooterPolicy);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue