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