]> source.dussan.org Git - poi.git/commit
Base class for "old version" exceptions, and new HSLF detection + use of old versions...
authorNick Burch <nick@apache.org>
Sat, 16 May 2009 20:51:29 +0000 (20:51 +0000)
committerNick Burch <nick@apache.org>
Sat, 16 May 2009 20:51:29 +0000 (20:51 +0000)
commitd83adcc4b8d8f1556383abbb3f317841335d83c1
tree440fd497891c32af17b9297d099521ade744bb0d
parenta0dbb01abf920ea2a7305dd6ae957e2f1e8c1f66
Base class for "old version" exceptions, and new HSLF detection + use of old versions exception

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775526 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/OldFileFormatException.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/OldExcelFormatException.java
src/scratchpad/src/org/apache/poi/hslf/exceptions/OldPowerPointFormatException.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/record/CurrentUserAtom.java
src/scratchpad/testcases/org/apache/poi/hslf/data/PPT95.ppt [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/model/TestSheet.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestBugs.java