put the revised print command.

git-svn-id: svn://10.0.0.236/trunk@58791 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com
2000-01-26 16:01:40 +00:00
parent d762cfe609
commit e5a37ead0f
2 changed files with 2 additions and 2 deletions

View File

@@ -1500,7 +1500,7 @@ nsEditorShell::Print()
{
nsCOMPtr<nsIContentViewerFile> viewerFile = do_QueryInterface(viewer);
if (viewerFile) {
NS_ENSURE_SUCCESS(viewerFile->Print(), NS_ERROR_FAILURE);
NS_ENSURE_SUCCESS(viewerFile->Print(PR_FALSE,nsnull), NS_ERROR_FAILURE);
}
}
return NS_OK;