New version
This commit is contained in:
parent
8c445ba964
commit
e064dcfdf4
2 changed files with 3 additions and 3 deletions
|
@ -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
Add a link
Reference in a new issue