]> source.dussan.org Git - poi.git/commit
Create a new Superclass, POIDocument, which handles the property (hpsf) stuff which...
authorNick Burch <nick@apache.org>
Tue, 4 Apr 2006 16:50:04 +0000 (16:50 +0000)
committerNick Burch <nick@apache.org>
Tue, 4 Apr 2006 16:50:04 +0000 (16:50 +0000)
commit14c67ebded29dac538e8ebb8a35b82c54c8e146e
tree36c3c5b6339052bef6132fd16860341ea549690b
parente5813e6cf8a197ae6c560c98fafb3e5aa36b0fdb
Create a new Superclass, POIDocument, which handles the property (hpsf) stuff which was previously done by HSLFSlideShow. Add tests for this, and convert HSLFSlideShow to using it

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@391363 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/POIDocument.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java
src/scratchpad/testcases/org/apache/poi/TestPOIDocument.java [new file with mode: 0644]