]> source.dussan.org Git - poi.git/commit
Bug 56511: Add a null-check to ensure that the run actually has a font to not cause...
authorDominik Stadler <centic@apache.org>
Mon, 22 Dec 2014 13:06:58 +0000 (13:06 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 22 Dec 2014 13:06:58 +0000 (13:06 +0000)
commit03f846c695a5ed18941276a29970666202923753
tree182e6a96ae43d0a42071efe977eb2d5277d0d7b2
parent645d2083bf79d334bf3c7fb141526ede33b86c30
Bug 56511: Add a null-check to ensure that the run actually has a font to not cause a NullPointerException but rather return null as documented

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647308 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRichTextString.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFRichTextString.java