]> source.dussan.org Git - poi.git/commit
Access to Saved By Information - patch from Trejkaz in bug #38647
authorNick Burch <nick@apache.org>
Mon, 14 Aug 2006 10:29:49 +0000 (10:29 +0000)
committerNick Burch <nick@apache.org>
Mon, 14 Aug 2006 10:29:49 +0000 (10:29 +0000)
commit6d2bc8aea9c5039413d1674d4c71ce87a6ca0f3f
tree60446bcdf3fcc24ea02cd7cabd80e602c7bd762d
parent99100df6792b677af0467fa249caa1054dcdd61f
Access to Saved By Information - patch from Trejkaz in bug #38647

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@431320 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
src/scratchpad/src/org/apache/poi/hwpf/model/FileInformationBlock.java
src/scratchpad/src/org/apache/poi/hwpf/model/SavedByEntry.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/SavedByTable.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/data/saved-by-table.doc [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/model/TestSavedByTable.java [new file with mode: 0644]