Changes to fix many bugs including quoting style size - vcard I18N fixes - compose fixes - etc - Bug #: 12505 25610 29806 30048 30744 31207 31589

This commit is contained in:
rhp@netscape.com
2000-03-15 01:47:36 +00:00
parent 855048d412
commit 751a971a46
9 changed files with 60 additions and 15 deletions

View File

@@ -613,7 +613,7 @@ PluginViewerImpl::GetSaveable(PRBool *aSaveable)
}
NS_IMETHODIMP
PluginViewerImpl::Print(PRBool aSilent,FILE *aFile)
PluginViewerImpl::Print(PRBool aSilent,FILE *aFile, nsIPrintListener *aPrintListener)
{
return NS_OK; // XXX: hey, plug in guys! implement me!
}