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


User aw changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|aw                        |fme
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Nov  6 14:35:06 +0000 
2007 -------
AW: Handing over to FME. The code for (a) i used:

----snip----
    // #i82967# detect if it's a PDF export; extract and hand over PDF
    // OutDev to InitPrt then.
    OutputDevice* pPdfWriter = 0;
    if(pOut && pOut->GetPDFWriter())
    {
        pPdfWriter = pOut;
    }

    if( pPrinter )
        InitPrt( pPrinter, pPdfWriter );
----snip----

Add directly at ViewShell::Init in vnew.cxx, the last two lines tell You where.

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