]> source.dussan.org Git - poi.git/commit
Remove iterating over the number of runs for certain XSSFRichTextString operations...
authorDominik Stadler <centic@apache.org>
Mon, 22 Dec 2014 14:09:55 +0000 (14:09 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 22 Dec 2014 14:09:55 +0000 (14:09 +0000)
commitc116c2b2e7301d7ea07a72f9f97331e2c812b69a
tree4a40e75b8964599063e8641f92c3d4f933624a61
parent926079a5c8753a1fc0e6a987bb416e971ae9bfc5
Remove iterating over the number of runs for certain XSSFRichTextString operations. If I didn't overlook something, they can directly access the array element anyway. Seems this was some leftover copy/paste stuff.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647315 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