TOC Links creation improved

This commit is contained in:
Georgy Litvinov 2020-06-27 13:21:30 +02:00
parent e2d0bd1bb6
commit 05020edb1d
5 changed files with 37 additions and 15 deletions

View file

@ -5,7 +5,7 @@
For i = 1 To 10
makeLinksWithLevel(i)
Next i
MsgBox (getTranslation("OutlineLinksFinished"))
End Sub