summaryrefslogtreecommitdiff
path: root/wizards/source/euro/AutoPilotRun.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-07-11 14:36:57 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-07-11 14:36:57 +0000
commit93cc5aaab469e052fa4a3fa0b3c77aed03c863e5 (patch)
tree145bc0bc9535088f06abc5d7483263089c26574f /wizards/source/euro/AutoPilotRun.xba
parentc6f5661fb2a6d36d86ac69d8f1cb0b45913c00c3 (diff)
#95686# Progressbar now in Dialog inserted
Diffstat (limited to 'wizards/source/euro/AutoPilotRun.xba')
-rw-r--r--wizards/source/euro/AutoPilotRun.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/euro/AutoPilotRun.xba b/wizards/source/euro/AutoPilotRun.xba
index f242aa9e6..c5bdc455d 100644
--- a/wizards/source/euro/AutoPilotRun.xba
+++ b/wizards/source/euro/AutoPilotRun.xba
@@ -36,7 +36,7 @@ Dim i As Integer
ToggleGoOnButton()
DialogModel.cmdGoOn.DefaultButton = True
DialogConvert.GetControl(&quot;optWholeDir&quot;).SetFocus()
- DialogConvert.Execute
+ DialogConvert.Execute()
DialogConvert.Dispose()
End If
End Sub