summaryrefslogtreecommitdiff
path: root/wizards/source/importwizard/DialogModul.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-08-16 14:21:32 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-08-16 14:21:32 +0000
commit86c303c6d9cd62fae2f4d263756a3cdc782dc88d (patch)
treea39d75e6695fe79e2b9baa3f17cb2d0a506cb903 /wizards/source/importwizard/DialogModul.xba
parent6b0c4278b5559667dd477b0f8f8dcd1c74b3a262 (diff)
#95840# added some changes for the logfile
Diffstat (limited to 'wizards/source/importwizard/DialogModul.xba')
-rw-r--r--wizards/source/importwizard/DialogModul.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/importwizard/DialogModul.xba b/wizards/source/importwizard/DialogModul.xba
index 176cc17f4621..64b28a4c25fd 100644
--- a/wizards/source/importwizard/DialogModul.xba
+++ b/wizards/source/importwizard/DialogModul.xba
@@ -506,7 +506,7 @@ End Sub
Sub FinalizeDialogButtons()
- ImportDialog.cmdShowLogFile.Enabled = ((FileCount &gt; 0) And (ImportDialog.chkLogfile.State = 1))
+ ImportDialog.cmdShowLogFile.Enabled = ((Isnull(oLogDocument) = False) And (ImportDialog.chkLogfile.State = 1))
ImportDialog.cmdCancel.Enabled = False
ImportDialog.cmdGoOn.Label = sCloseButton
ImportDialog.cmdGoOn.Enabled = True