From 2c7c35297e4ab3ff1e6ba6fe27eef975c5c87ce0 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 26 Oct 2020 08:54:43 +0100 Subject: [PATCH] Set articles limit to 50 --- description.xml | 2 +- ePublishing/journals.xba | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/description.xml b/description.xml index 3645baf..1fbb359 100644 --- a/description.xml +++ b/description.xml @@ -3,7 +3,7 @@ xmlns:dep="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> - + Инструменты для создания электронных изданий diff --git a/ePublishing/journals.xba b/ePublishing/journals.xba index b764d76..cbe81bd 100644 --- a/ePublishing/journals.xba +++ b/ePublishing/journals.xba @@ -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 - \ No newline at end of file +