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:
Nick Burch 2010-05-25 17:13:52 +00:00
parent d8f85ad2eb
commit 2836dd45d6
1 changed files with 48 additions and 50 deletions

View File

@ -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);
}