]> source.dussan.org Git - poi.git/commit
bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRecord.
authorJosh Micich <josh@apache.org>
Thu, 10 Apr 2008 07:06:55 +0000 (07:06 +0000)
committerJosh Micich <josh@apache.org>
Thu, 10 Apr 2008 07:06:55 +0000 (07:06 +0000)
commit685bd7476a58840407d2c8d6de24643f216d1cae
treede24905ee6242fab2b4632fbd6e8aeeb1a2fc61d
parent2b4a6011f17182709390c42cdc4e41aa983b43bc
bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRecord.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646666 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/CRNRecord.java
src/java/org/apache/poi/hssf/record/ExternalNameRecord.java
src/java/org/apache/poi/hssf/record/constant/ConstantValueParser.java
src/java/org/apache/poi/hssf/record/constant/ErrorConstant.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/AllRecordTests.java
src/testcases/org/apache/poi/hssf/record/TestExternalNameRecord.java
src/testcases/org/apache/poi/hssf/record/constant/TestConstantValueParser.java [new file with mode: 0644]