Fix (endnotes) removed useless document text selection

This commit is contained in:
Georgy Litvinov 2021-07-20 14:31:12 +02:00
parent 8411b36a8f
commit c5da7ca352

View file

@ -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
</script:module>
</script:module>