From: Andreas Beeker Date: Thu, 29 Oct 2015 23:20:35 +0000 (+0000) Subject: #58516 - Rare new aioobe in 3.13 on initialization of a handful of ppts X-Git-Tag: REL_3_14_BETA1~208 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9a6c48cfb2c46c84648b78d75ac9ceac4feaab58;p=poi.git #58516 - Rare new aioobe in 3.13 on initialization of a handful of ppts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711380 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextParagraph.java b/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextParagraph.java index 76969a4713..79ca35caf7 100644 --- a/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextParagraph.java +++ b/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextParagraph.java @@ -1257,6 +1257,7 @@ public final class HSLFTextParagraph implements TextParagraph= paragraphs.size() || ccPara >= ccStyle-1) return; HSLFTextParagraph para = paragraphs.get(paraIdx); int len = 0; for (HSLFTextRun trun : para.getTextRuns()) {