To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75677





------- Additional comments from [EMAIL PROTECTED] Fri Mar 23 13:43:44 +0000 
2007 -------
Special problem: in an attempt to fix issue one C++ method of the SfxBaseModel
was made protected and exported to the outside so that it could be called from
inside the Impress Model implementation. Reason was that the SfxBaseModel
implementation of setPrinter() amongst others called SfxViewShell::SetPrinter()
and this could raise a dialog in Draw. To avoid this the code in
SfxBaseModel::setPrinter() was devided into two parts.

A better fix would have been to add a parameter bIsAPI to the SetPrinter() call
in all ViewShells. This makes a special treatment for Impress obsolete. I
changed this for SfxViewShell and all derived classes as this method is virtual.

---------------------------------------------------------------------
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]

Reply via email to