From: Avik Sengupta Date: Thu, 9 Jun 2005 18:20:28 +0000 (+0000) Subject: compilation problem X-Git-Tag: BEFORE_RICHTEXT~56 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=079b625fa8cc51fb1267e51ba6da6829cfe78c9b;p=poi.git compilation problem git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353713 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java b/src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java index 617389a9dc..79e28bf5a8 100644 --- a/src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java +++ b/src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java @@ -269,7 +269,7 @@ public class HSLFSlideShow _records[i].writeOut(baos); } // Update our cached copy of the bytes that make up the PPT stream - _docstream = baos.toByteArray() + _docstream = baos.toByteArray(); // Write the PPT stream into the POIFS layer ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray());