compilation problem
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353713 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
568d00264f
commit
ab9e2a94d6
@ -269,7 +269,7 @@ public class HSLFSlideShow
|
|||||||
_records[i].writeOut(baos);
|
_records[i].writeOut(baos);
|
||||||
}
|
}
|
||||||
// Update our cached copy of the bytes that make up the PPT stream
|
// 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
|
// Write the PPT stream into the POIFS layer
|
||||||
ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray());
|
ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray());
|
||||||
|
Loading…
Reference in New Issue
Block a user