]> source.dussan.org Git - poi.git/commit
Added read support for unary plus and minus. Parser to be updated
authorAvik Sengupta <avik@apache.org>
Tue, 3 Jun 2003 12:42:09 +0000 (12:42 +0000)
committerAvik Sengupta <avik@apache.org>
Tue, 3 Jun 2003 12:42:09 +0000 (12:42 +0000)
commitfe92c0dc634d0aae47f4ca18000024711735731b
tree91a68d3e05668b62e5cd49444e3b23c26fc50c5a
parent06e10b4f850efb0011e761f88f21708cf25b5407
Added read support for unary plus and  minus. Parser to be updated
for write support.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353117 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/record/formula/Ptg.java
src/java/org/apache/poi/hssf/record/formula/UnaryMinusPtg.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/record/formula/UnaryPlusPtg.java [new file with mode: 0644]