From c5da7ca352eb35f16108451cdd1823d300e46e12 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Tue, 20 Jul 2021 14:31:12 +0200 Subject: [PATCH] Fix (endnotes) removed useless document text selection --- ePublishing/Endnotes.xba | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ePublishing/Endnotes.xba b/ePublishing/Endnotes.xba index ced8221..978a6e6 100644 --- a/ePublishing/Endnotes.xba +++ b/ePublishing/Endnotes.xba @@ -221,7 +221,6 @@ Sub runEndnotesConversionDialog(foundEndNotes As Variant) dialog.getControl("description").SetText(getTranslation("EndnotesNativeDialogDescriptionSelect")) dialog.getControl("cancel").Label = getTranslation("buttonCancel") dialog.getControl("start").Label = getTranslation("buttonOk") - Thiscomponent.CurrentController.select(ThisComponent.Text) dialog.setvisible(true) Do While waitingForDialog If dialog.getControl("cancel").model.state = 1 then @@ -464,4 +463,4 @@ Function isCustomEndnote(portion As Object) As Boolean isCustomEndnote = false End Function - \ No newline at end of file +