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

@@ -871,7 +871,8 @@ PluginViewerImpl::GetGlobalPrintSettings(nsIPrintSettings * *aGlobalPrintSetting
/* void printPreview (in nsIPrintSettings aThePrintSettings); */
NS_IMETHODIMP
PluginViewerImpl::PrintPreview(nsIPrintSettings *aThePrintSettings)
PluginViewerImpl::PrintPreview(nsIPrintSettings *aThePrintSettings,
nsIWebProgressListener* aWebProgressListener)
{
return NS_ERROR_NOT_IMPLEMENTED;
}