Fix (endnotes) removed useless document text selection
This commit is contained in:
parent
8411b36a8f
commit
c5da7ca352
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue