Set articles limit to 50

This commit is contained in:
Georgy Litvinov 2020-10-26 08:54:43 +01:00
parent 434c083f3b
commit 2c7c35297e
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
xmlns:dep="http://openoffice.org/extensions/description/2006" xmlns:dep="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="pro.litvinovg.epublishing" /> <identifier value="pro.litvinovg.epublishing" />
<version value="0.6.13" /> <version value="0.6.15" />
<platform value="all" /> <platform value="all" />
<display-name> <display-name>
<name lang="ru">Инструменты для создания электронных изданий</name> <name lang="ru">Инструменты для создания электронных изданий</name>

View file

@ -64,7 +64,7 @@ Private Sub makeUpIssue
oViewCursor.jumpToPage(page) oViewCursor.jumpToPage(page)
oTextCursor = oViewCursor.Text.createTextCursorByRange(oViewCursor) oTextCursor = oViewCursor.Text.createTextCursorByRange(oViewCursor)
statusIndicator.Start(getTranslation(&quot;compileJournalIssueStatusInProgerss&quot;),30) statusIndicator.Start(getTranslation(&quot;compileJournalIssueStatusInProgerss&quot;),30)
For i = 1 To 25 For i = 1 To 50
&apos;Find section file &apos;Find section file
FilePath = findArticleFile(path,i) FilePath = findArticleFile(path,i)
If FilePath=&quot;&quot; Then If FilePath=&quot;&quot; Then