http://openoffice.org/bugzilla/show_bug.cgi?id=117711
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Target Milestone|--- |OOo 3.x --- Comment #2 from [email protected] 2011-04-06 12:46:32 --- To reproduce the bug it is sufficient to save a text document as RTF. In RtfExport::OutPageDescription() there is a call to OutputFormat() using the master format of the page descriptor. This format is not supported in OutputFormat(). This format contains e.g. the margins and size of the page. The L/R margins are written at a different function ( as \marg[r|l]sxn) but top and bottom margin are not written to the \pgdsctbl due to a probably wrong dependency to GetHeader|Footer in RtfAttributeOutput::FormatULSpace(). Both problems are regressions. -- 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
