]> source.dussan.org Git - poi.git/commitdiff
compilation problem
authorAvik Sengupta <avik@apache.org>
Thu, 9 Jun 2005 18:20:28 +0000 (18:20 +0000)
committerAvik Sengupta <avik@apache.org>
Thu, 9 Jun 2005 18:20:28 +0000 (18:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353713 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java

index 617389a9dc883b2f12d81431be4b584258932c51..79e28bf5a8072960e94a7261811f8547d609110e 100644 (file)
@@ -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());