Set articles limit to 50
This commit is contained in:
parent
434c083f3b
commit
2c7c35297e
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
xmlns:dep="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<identifier value="pro.litvinovg.epublishing" />
|
||||
<version value="0.6.13" />
|
||||
<version value="0.6.15" />
|
||||
<platform value="all" />
|
||||
<display-name>
|
||||
<name lang="ru">Инструменты для создания электронных изданий</name>
|
||||
|
|
|
@ -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
Reference in a new issue