DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=26502>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=26502
[PATCH] Conversion of Shared Formula to individual Formula
mail@ulrich-bode.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From mail@ulrich-bode.de 2004-07-16 13:43 -------
Patch does not work.
1. Add this Method to FormulaRecord (missed)
public void setParsedExpression(List newParsedExpression)
{
field_8_parsed_expr = (Stack) newParsedExpression;
}
2. method construct defect
The method "construct" in class ValueRecordsAggregate throws
a "RuntimeException "Shared formula bit set but next record not Shared
Formula??"
or the FormulaRecord formula could be null.
mail@ulrich-bode.de
---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org
|