]> source.dussan.org Git - poi.git/commit
fix bug #44297: IntPtg must operate with unsigned short. Reading signed short results...
authorYegor Kozlov <yegor@apache.org>
Sun, 27 Jan 2008 14:55:32 +0000 (14:55 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 27 Jan 2008 14:55:32 +0000 (14:55 +0000)
commit6feaf7abe767de2a5d080ccb493d3e5e2b775bd4
treea9a66cb58be3d1d29d36c6b4a212a315662b475f
parent98530c4c2c7ccbe8ee7febb7198fe763a52393f7
fix bug #44297: IntPtg must operate with unsigned short. Reading signed short results in incorrect formula calculation.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@615610 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/formula/IntPtg.java
src/scratchpad/testcases/org/apache/poi/hssf/data/44297.xls [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hssf/usermodel/TestBug44297.java [new file with mode: 0755]
src/testcases/org/apache/poi/hssf/model/TestFormulaParser.java