http://openoffice.org/bugzilla/show_bug.cgi?id=117825
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected], | |[email protected] AssignedTo|[email protected] |[email protected] --- Comment #2 from [email protected] 2011-04-29 10:34:32 --- the offending table cell looks like this: <table:table-cell table:style-name="Table3.A2" table:formula="ooow:round SubTotal*0.125" office:value-type="float" office:value="1.79769313486232E+308"> <text:p text:style-name="P1"> NZ$<text:tab/> <text:variable-set text:name="GST" text:formula="ooow:SubTotal*3/20" office:value-type="float" office:value="15" style:data-style-name="N4">15.00</text:variable-set> </text:p> </table:table-cell> so it has both a formula and some text content. the problem is that the formula seems to be invalid. in OOo 3.2.1 the text content was displayed in the cell, while in OOo 3.4beta the cell content is replaced with an error message. i've tracked down the changeset that caused the change: it is revision 041ccff4197b, which fixes issue 104949. reverting the change causes the text content to be displayed again. haven't thought about what is desirable here yet... -- Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Bugzilla. Please log into the website and enter your comments. --------------------------------------------------------------------- -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
