summaryrefslogtreecommitdiff
path: root/wizards/source/importwizard/DialogModul.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-07-15 14:42:29 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-07-15 14:42:29 +0000
commit32fcfe109268724f6753ffb5c734a5d579571027 (patch)
treea3bcf3a3afe0a6a8b9991eeb9d033350e2b93b9c /wizards/source/importwizard/DialogModul.xba
parent1cebcbe49e422bf091235dfda2c5682b36040242 (diff)
#100060# Password now also taken over
Diffstat (limited to 'wizards/source/importwizard/DialogModul.xba')
-rw-r--r--wizards/source/importwizard/DialogModul.xba8
1 files changed, 6 insertions, 2 deletions
diff --git a/wizards/source/importwizard/DialogModul.xba b/wizards/source/importwizard/DialogModul.xba
index e539043d97c1..308532d18c42 100644
--- a/wizards/source/importwizard/DialogModul.xba
+++ b/wizards/source/importwizard/DialogModul.xba
@@ -2,7 +2,7 @@
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="DialogModul" script:language="StarBasic">Option Explicit
-Public Const bDebugWizard = False
+Public Const bDebugWizard = True
Public Const SBFIRSTAPPLCHECKED = 0
Public Const SBSECONDAPPLCHECKED = 1
@@ -90,7 +90,7 @@ Dim i as Integer
.cmdBack.Enabled = False
.Step = 1
End With
- CheckModuleInstallation()
+ CheckModuleInstallation()
ToggleNextButton()
End Sub
@@ -315,6 +315,10 @@ Sub FillStep_Progress()
.LabelCurDocument.Label = &quot;&quot;
.Step = 4
End With
+ ImportDialogArea.GetControl(&quot;LabelRetrieval&quot;).SetFocus()
+ If ImportDialog.chkLogfile.State = 1 Then
+ ImportDialog.cmdShowLogFile.DefaultButton = True
+ End If
End Sub