mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
* Pages -> page
This commit is contained in:
parent
024ab7b26f
commit
1b4616c22d
@ -2355,7 +2355,7 @@ begin
|
||||
aCount:=aDoc.PageCount;
|
||||
For I:=0 to aCount-1 do
|
||||
begin
|
||||
aPage:=aDoc.Pages[I];
|
||||
aPage:=aDoc.Page[I];
|
||||
DoProgress(pkContentStream,I+1,aCount);
|
||||
aStream:=GetPageContentStream(aDoc,aPage);
|
||||
ParseContentStream(aPage,aStream,aOnCommand)
|
||||
|
Loading…
Reference in New Issue
Block a user