From 6f2f6d118e4b126abb7927c722695a7cf719e649 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 13 Mar 2020 16:42:10 +0100 Subject: [PATCH] Fix for footnotes numbering --- ePublishing/Footnotes.xba | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ePublishing/Footnotes.xba b/ePublishing/Footnotes.xba index b9f4e7c..61365a8 100644 --- a/ePublishing/Footnotes.xba +++ b/ePublishing/Footnotes.xba @@ -1,7 +1,8 @@ sub footMark1 -endSub +End Sub + Sub openFootNotesDialog Dim dialog As Object DialogLibraries.LoadLibrary("ePublishing") @@ -140,4 +141,4 @@ Private Sub doNotTrack args1(0).Value = true dispatcher.executeDispatch(document, ".uno:ShowTrackedChanges", "", 0, args1()) End Sub - \ No newline at end of file +