Changes to nsPrintOptions

This commit is contained in:
troy%netscape.com 1998-12-10 03:06:30 +00:00
parent c7c4eabc9d
commit a6b423f947

View File

@ -543,7 +543,6 @@ NS_IMETHODIMP DocumentViewerImpl::Print(void)
nsIPageSequenceFrame* pageSequence;
nsPrintOptions options;
options.range = ePrintRange_AllPages;
ps->GetPageSequenceFrame(pageSequence);
NS_ASSERTION(nsnull != pageSequence, "no page sequence frame");
pageSequence->Print(*cx, options, nsnull);