Description
The following line
TagAndStyle tas = WordExtractor.buildParagraphTagAndStyle(style.getName(),paragraph.getPartType() == BodyType.TABLECELL);
Throws an NPE if style is null. This should be checked, patch is attatched
The following line
TagAndStyle tas = WordExtractor.buildParagraphTagAndStyle(style.getName(),paragraph.getPartType() == BodyType.TABLECELL);
Throws an NPE if style is null. This should be checked, patch is attatched