One more fix
This commit is contained in:
parent
60deb71b08
commit
28ae0a1349
2 changed files with 2 additions and 1 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="Album" script:language="StarBasic" script:moduleType="normal">Sub albumMark4
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Album" script:language="StarBasic" script:moduleType="normal">Sub albumMark5
|
||||
End Sub
|
||||
|
||||
Sub rotatePageButton
|
||||
|
|
|
@ -313,6 +313,7 @@ Sub convertBookmarksToFootnotes()
|
|||
|
||||
Dim bookmarks as Object
|
||||
Dim bookmarkName as String
|
||||
Dim bookmarkNames() As String
|
||||
Dim strStart As Integer
|
||||
Dim linkPrefix As String
|
||||
Dim backLinkSuffix As String
|
||||
|
|
Loading…
Add table
Reference in a new issue