acoliver 2002/11/05 18:40:42
Modified: src/java/org/apache/poi/hssf/record/formula
AbstractFunctionPtg.java
Log:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11827
Revision Changes Path
1.7 +1 -1
jakarta-poi/src/java/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java
Index: AbstractFunctionPtg.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- AbstractFunctionPtg.java 6 Sep 2002 03:56:47 -0000 1.6
+++ AbstractFunctionPtg.java 6 Nov 2002 02:40:41 -0000 1.7
@@ -780,7 +780,7 @@
functionData[342][0]=new Byte(Ptg.CLASS_VALUE);functionData[342][1]=new
byte[] {Ptg.CLASS_VALUE};functionData[342][2]=new Integer(1);
functionData[343][0]=new Byte(Ptg.CLASS_VALUE);functionData[343][1]=new
byte[] {Ptg.CLASS_VALUE};functionData[343][2]=new Integer(1);
functionData[344][0]=new Byte(Ptg.CLASS_VALUE);functionData[344][1]=new
byte[] {Ptg.CLASS_REF};functionData[344][2]=new Integer(-1);
- functionData[345][0]=new Byte(Ptg.CLASS_VALUE);functionData[345][1]=new
byte[] {Ptg.CLASS_VALUE};functionData[345][2]=new Integer(-1);
+ functionData[345][0]=new Byte(Ptg.CLASS_VALUE);functionData[345][1]=new
byte[] {Ptg.CLASS_REF};functionData[345][2]=new Integer(-1);
functionData[346][0]=new Byte(Ptg.CLASS_VALUE);functionData[346][1]=new
byte[] {Ptg.CLASS_VALUE};functionData[346][2]=new Integer(2);
functionData[347][0]=new Byte(Ptg.CLASS_VALUE);functionData[347][1]=new
byte[] {Ptg.CLASS_REF};functionData[347][2]=new Integer(1);
--
To unsubscribe, e-mail: <mailto:poi-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:poi-dev-help@;jakarta.apache.org>