Fast fix for a bug

This commit is contained in:
Georgy Litvinov 2020-03-18 08:59:11 +01:00
parent 13ba0eb808
commit 2d4407b269
2 changed files with 4 additions and 3 deletions

View file

@ -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.2.3" />
<version value="0.2.4" />
<platform value="all" />
<display-name>
<name lang="ru">Инструменты для создания электронных изданий</name>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Archive" script:language="StarBasic" script:moduleType="normal">Sub archMark8
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Archive" script:language="StarBasic" script:moduleType="normal">Sub archMark9
End Sub
@ -43,7 +43,8 @@ Sub createBidirectLink
objectsCount = oSelections.getCount() - 1
If objectsCount &lt; 2 OR objectsCount &gt; 2 Then
MsgBox &quot;Нужно выделить два объекта&quot;
Exit Sub End If
Exit Sub
End If
oAnchor1 = oSelections.getByIndex(1)
oAnchor2 = oSelections.getByIndex(2)