]> source.dussan.org Git - poi.git/commit
replcae FIBLongHandler with FibRgLw97 and remove CPSplitCalculator
authorSergey Vladimirov <sergey@apache.org>
Sat, 1 Oct 2011 16:16:17 +0000 (16:16 +0000)
committerSergey Vladimirov <sergey@apache.org>
Sat, 1 Oct 2011 16:16:17 +0000 (16:16 +0000)
commitc48c3d75bde6b456e693693f80e8032f2e189f51
treef03ed003483d6f41bd87a97a9e4e731ff142497b
parent66e8ec4ef74e3cd9c1dea83383ce1506f68b21ac
replcae FIBLongHandler with FibRgLw97 and remove CPSplitCalculator

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178038 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
src/scratchpad/src/org/apache/poi/hwpf/model/CPSplitCalculator.java [deleted file]
src/scratchpad/src/org/apache/poi/hwpf/model/FIBLongHandler.java [deleted file]
src/scratchpad/src/org/apache/poi/hwpf/model/FibRgLw97.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/FileInformationBlock.java
src/scratchpad/src/org/apache/poi/hwpf/model/SectionTable.java
src/scratchpad/src/org/apache/poi/hwpf/model/SubdocumentType.java
src/scratchpad/src/org/apache/poi/hwpf/model/types/FibRgLw97AbstractType.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/TestHWPFRangeParts.java
src/scratchpad/testcases/org/apache/poi/hwpf/model/TestSectionTable.java
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestRangeProperties.java
src/types/definitions/FibRgLw97_type.xml [new file with mode: 0644]