diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-11-28 15:22:44 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-11-28 15:22:44 +0000 |
commit | baca2ba365343eea35bc575021741df83e943740 (patch) | |
tree | dd5ad57a4b1c802431fd854a6f933896058e433f /wizards/source/tools/Listbox.xba | |
parent | 3ed9ed34c33e188cd4f345796c5c919014713ae6 (diff) |
#95287# Listbox Routine improved
Diffstat (limited to 'wizards/source/tools/Listbox.xba')
-rw-r--r-- | wizards/source/tools/Listbox.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/tools/Listbox.xba b/wizards/source/tools/Listbox.xba index 4ecc3a68b..79e12ae6c 100644 --- a/wizards/source/tools/Listbox.xba +++ b/wizards/source/tools/Listbox.xba @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> -<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Listbox" script:language="StarBasic">Option Explicit + <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Listbox" script:language="StarBasic">Option Explicit Dim OriginalList() Dim oDialogModel as Object @@ -229,7 +229,7 @@ Sub ToggleListboxControls(oDialogModel as Object, bDoEnable as Boolean) With oDialogModel .lblFields.Enabled = bDoEnable .lblSelFields.Enabled = bDoEnable - .lstTables.Enabled = bDoEnable +' .lstTables.Enabled = bDoEnable .lstFields.Enabled = bDoEnable .lstSelFields.Enabled = bDoEnable .cmdRemoveAll.Enabled = bDoEnable |