Set articles limit to 50
This commit is contained in:
parent
434c083f3b
commit
2c7c35297e
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ Private Sub makeUpIssue
|
|||
oViewCursor.jumpToPage(page)
|
||||
oTextCursor = oViewCursor.Text.createTextCursorByRange(oViewCursor)
|
||||
statusIndicator.Start(getTranslation("compileJournalIssueStatusInProgerss"),30)
|
||||
For i = 1 To 25
|
||||
For i = 1 To 50
|
||||
'Find section file
|
||||
FilePath = findArticleFile(path,i)
|
||||
If FilePath="" Then
|
||||
|
@ -1622,4 +1622,4 @@ Function getPageNumber(cursor As Object) As String
|
|||
End Function
|
||||
|
||||
|
||||
</script:module>
|
||||
</script:module>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue