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("description").SetText(getTranslation("EndnotesNativeDialogDescriptionSelect"))
|
||||||
dialog.getControl("cancel").Label = getTranslation("buttonCancel")
|
dialog.getControl("cancel").Label = getTranslation("buttonCancel")
|
||||||
dialog.getControl("start").Label = getTranslation("buttonOk")
|
dialog.getControl("start").Label = getTranslation("buttonOk")
|
||||||
Thiscomponent.CurrentController.select(ThisComponent.Text)
|
|
||||||
dialog.setvisible(true)
|
dialog.setvisible(true)
|
||||||
Do While waitingForDialog
|
Do While waitingForDialog
|
||||||
If dialog.getControl("cancel").model.state = 1 then
|
If dialog.getControl("cancel").model.state = 1 then
|
||||||
|
|
Loading…
Add table
Reference in a new issue