From daf1b542d40a2d9001fc86f84694dc725122a776 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 26 Jun 2020 15:17:16 +0200 Subject: [PATCH] More one fix for prev commit --- description.xml | 2 +- ePublishing/Archive.xba | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/description.xml b/description.xml index b671a7b..d890430 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/Archive.xba b/ePublishing/Archive.xba index 3b21e1a..5f8d366 100644 --- a/ePublishing/Archive.xba +++ b/ePublishing/Archive.xba @@ -407,7 +407,7 @@ End Sub Sub adjustLastLine(anchor As Object) anchor.ParaAdjust = 2 - anchor.ParaLastLineAdjust = 2 + 'anchor.ParaLastLineAdjust = 2 'balancePara(anchor) End Sub