summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/importwizard/Main.xba8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/source/importwizard/Main.xba b/wizards/source/importwizard/Main.xba
index 7ba8e8b25ba7..eb77d97de2fe 100644
--- a/wizards/source/importwizard/Main.xba
+++ b/wizards/source/importwizard/Main.xba
@@ -9,7 +9,7 @@ Public HeaderPreviews(4) as Object
Public ImportDialog as Object
Public ImportDialogArea as Object
Public bSetFonts as Boolean
-' If the ProgressPage ist already on Top The Dialog will be immediately closed when this flag is
+' If the ProgressPage ist already on Top The Dialog will be immediately closed when this flag is
' set to False
Public bCallCancelMsg as Boolean
@@ -37,7 +37,7 @@ Sub Main()
FillStep_Welcome()
RepaintHeaderPreview()
SetStates()
- ImportDialogArea.SetVisible(True) 'Execute()
+ ImportDialogArea.Execute()
ImportDialog.cbGoOn.DefaultButton = True
Exit Sub
RTError:
@@ -86,7 +86,7 @@ Dim iCurStep as Integer
End Select
Case 4
End Select
- ImportDialog.cbGoOn.DefaultButton = True
+ ImportDialog.cbGoOn.DefaultButton = True
Exit Sub
RTError:
Msgbox sRTErrorDesc, 16, sRTErrorHeader
@@ -98,7 +98,7 @@ Dim iCurStep as Integer
If Not bDebugWizard Then
On Error Goto RTError
End If
- bCallCancelMsg = False
+ bCallCancelMsg = False
iCurStep = ImportDialog.Step
Select Case iCurStep
Case 4