diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-08-08 14:41:53 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-08-08 14:41:53 +0000 |
commit | fcf68e8b64f4b6434b736592b01cf7d9d4388054 (patch) | |
tree | c2f97c30036a4f557407c2d820c8106fd09a9aa9 /wizards/source/importwizard/Main.xba | |
parent | 11348864d916751e337fe46773ea19b81f3796bc (diff) |
#90700# filter for PP now added
Diffstat (limited to 'wizards/source/importwizard/Main.xba')
-rw-r--r-- | wizards/source/importwizard/Main.xba | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/wizards/source/importwizard/Main.xba b/wizards/source/importwizard/Main.xba index b9a3af29e..9065cd3a5 100644 --- a/wizards/source/importwizard/Main.xba +++ b/wizards/source/importwizard/Main.xba @@ -37,7 +37,7 @@ Sub Main() FillStep_Welcome() RepaintHeaderPreview() SetStates() - ImportDialogArea.Execute() 'Visible = True + ImportDialogArea.Visible = True ImportDialog.cbGoOn.DefaultButton = True Exit Sub RTError: @@ -172,12 +172,6 @@ Dim sBitmapPath as String End Sub -Sub HelperDialog() -'Todo: The String "start" can be replaced by a HelpIndex - StarDesktop.LoadComponentfromUrl("vnd.sun.star.help://" & sDocType & "/start", "_OFFICE_HELP", 64, NoArgs()) -End Sub - - Sub ToggleCheckboxes(oEvent as Object) Dim bMSEnable as Boolean bMSEnable = oEvent.Source.Model.Tag = "MS" |