Adds a new arg to the PP call. The new arg is not being used, it is
for future and is needed for the API freeze. Bug 144716 r=dcone sr=attinasi
This commit is contained in:
@@ -1019,7 +1019,7 @@ void CBrowserView::OnFilePrintPreview()
|
||||
}
|
||||
if (!m_InPrintPreview)
|
||||
{
|
||||
if (NS_SUCCEEDED(print->PrintPreview(m_PrintSettings, nsnull)))
|
||||
if (NS_SUCCEEDED(print->PrintPreview(m_PrintSettings, nsnull, nsnull)))
|
||||
{
|
||||
m_InPrintPreview = TRUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user