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:
rods@netscape.com
2002-05-16 13:51:54 +00:00
parent 712b354488
commit e75912cf4e
7 changed files with 48 additions and 6 deletions

View File

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