New version

This commit is contained in:
Georgy Litvinov 2020-05-11 20:02:36 +02:00
parent 8c445ba964
commit e064dcfdf4
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.5.9" /> <version value="0.6.1" />
<platform value="all" /> <platform value="all" />
<display-name> <display-name>
<name lang="ru">Инструменты для создания электронных изданий</name> <name lang="ru">Инструменты для создания электронных изданий</name>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Books" script:language="StarBasic" script:moduleType="normal">Sub markBooks5 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Books" script:language="StarBasic" script:moduleType="normal">Sub markBooks6
End Sub End Sub
Sub setUniqPageStyles Sub setUniqPageStyles
@ -82,7 +82,7 @@ Sub setUniqPageStyles
EndIf EndIf
EndIf EndIf
Next pageCounter Next pageCounter
MsgBox getTranslation(allPagesHaveUniqPageStyle) MsgBox getTranslation(&quot;allPagesHaveUniqPageStyle&quot;)
End Sub End Sub
Function getDuplicate(duplicateNames() As String) As String Function getDuplicate(duplicateNames() As String) As String