To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109321
                 Issue #|109321
                 Summary|XPrintable::getPrinter() doesn't work while printing 
               Component|framework
                 Version|DEV300m71
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mba
             Reported by|mba





------- Additional comments from m...@openoffice.org Tue Feb 16 10:16:13 +0000 
2010 -------
getPrinter() always has returned the "static" instance of an SfxPrinter that is
managed by SfxObjectShell. Since CWS printerpullpages a different, temporary
instance is used so that pPrinter->IsPrinting() at the "static" instance can't
be used to report the correct "IsBusy" property. This must be asked from the
"active" printer instance. Whether all other properties shall be used from this
instance also (returning the properties that are used currently) or from the
"static" instance (returning the properties for future print jobs) is a matter
of taste (and perhaps only rarely a difference).

---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to