Bugfix NPE.
This commit is contained in:
parent
4459eeba78
commit
d81af813b4
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ public class TextConverter extends ConverterHelper {
|
|||
}
|
||||
}
|
||||
if (head != null && style == null){
|
||||
StyleWithProperties headStyle = ofr.getParStyle(Misc.getAttribute(para,XMLString.TEXT_STYLE_NAME));
|
||||
StyleWithProperties headStyle = ofr.getParStyle(Misc.getAttribute(head,XMLString.TEXT_STYLE_NAME));
|
||||
if (headStyle != null) {
|
||||
newPageNumberProperty = headStyle.getParProperty(XMLString.STYLE_PAGE_NUMBER, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue