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


User mba changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |WORKSFORME
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Fri May  8 14:31:54 +0000 
2009 -------
You must set a valid printer name; unknown printers are not accepted here. It
works for me in that case with the following macro:

        doc = ThisComponent
        settings = doc.createInstance("com.sun.star.document.Settings")
        settings.PrinterName="Xerox DocuPrint N24 PS"
        print settings.PrinterName

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