mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 19:32:45 +00:00
Changes to nsPrintOptions
This commit is contained in:
parent
c7c4eabc9d
commit
a6b423f947
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user