http://openoffice.org/bugzilla/show_bug.cgi?id=117189
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] 2011-03-25 10:04:40 --- The concept for Math baseline alignment (CWS tlmath01) did not require this; the alignment at the baseline is calculated once and then stored as offset in a "from top" alignment. This offset is valid until either the baseline of the formula or the baseline of the text that embeds the formula changes. In this case the object needs to be loaded. SwWrtShell::CalcAndSetScale is the wrong place for this. We have to do the recalcuation exactly when base line changes appear. -- 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
