]> source.dussan.org Git - poi.git/commit
Add (and throw) an exception if the powerpoint file is corrupt in a way that some...
authorNick Burch <nick@apache.org>
Tue, 3 Jan 2006 11:54:38 +0000 (11:54 +0000)
committerNick Burch <nick@apache.org>
Tue, 3 Jan 2006 11:54:38 +0000 (11:54 +0000)
commit37d91a50848d55bbe4cb5260e243c26c3f9076f5
treec071cb489efeba2ff58e618e221ae323f44ac2ab
parenteb55aa73c34443c3ff58ad2caff61fc2db42213d
Add (and throw) an exception if the powerpoint file is corrupt in a way that some seem to be (first record is of type 0000, and length is 0xFFFF)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@365615 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hslf/exceptions/CorruptPowerPointFileException.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/record/Record.java
src/scratchpad/src/org/apache/poi/hslf/usermodel/SlideShow.java