New version
This commit is contained in:
parent
8c445ba964
commit
e064dcfdf4
2 changed files with 3 additions and 3 deletions
|
@ -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.5.9" />
|
||||
<version value="0.6.1" />
|
||||
<platform value="all" />
|
||||
<display-name>
|
||||
<name lang="ru">Инструменты для создания электронных изданий</name>
|
||||
|
|
|
@ -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="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
|
||||
|
||||
Sub setUniqPageStyles
|
||||
|
@ -82,7 +82,7 @@ Sub setUniqPageStyles
|
|||
EndIf
|
||||
EndIf
|
||||
Next pageCounter
|
||||
MsgBox getTranslation(allPagesHaveUniqPageStyle)
|
||||
MsgBox getTranslation("allPagesHaveUniqPageStyle")
|
||||
End Sub
|
||||
|
||||
Function getDuplicate(duplicateNames() As String) As String
|
||||
|
|
Loading…
Add table
Reference in a new issue