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 +