making a few adjustments to the APIs before the freeze

Bug 143248 r=conrad sr=attinasi


git-svn-id: svn://10.0.0.236/trunk@121197 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
2002-05-09 22:02:44 +00:00
parent 9450047bd3
commit e97a493be3
20 changed files with 71 additions and 20 deletions

View File

@@ -1014,7 +1014,7 @@ void CBrowserView::OnFilePrintPreview()
nsCOMPtr<nsIWebBrowserPrint> print(do_GetInterface(mWebBrowser));
if(print)
{
print->PrintPreview(m_PrintSettings);
print->PrintPreview(m_PrintSettings, nsnull);
}
}