To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67073
User af changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Aug 16 07:00:09 -0700
2006 -------
The problem seems to be that DrawDocShell::UpdateRefDevice() is called too
early. This method calls SetRefDevice at the model. When it is called from
DrawDocShell::Construct(), however, the document has not yet been created.
After a later call to UpdateRefDevice() the problem of differently formated text
does not occur anymore.
Possible workarounds:
Open Tools->Options dialog. On the StarOffice Impress->General tab page cycle
the "Use printer metrics..." check box.
or
Open the File->Print... dialog and close it via the Cancel button.
So, the proposed fix is to call UpdateRefDevice() from DrawDocShell::Construct()
directly after the model has been created.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]