summaryrefslogtreecommitdiff
path: root/wizards/source/tools/ModuleControls.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-08-08 14:19:58 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-08-08 14:19:58 +0000
commit8dcb27bb124ae9a35a402caabd8a4fae622b2c03 (patch)
tree351d325019263684d7dfd9b7e6c712491a69486c /wizards/source/tools/ModuleControls.xba
parent76429c106add00f9a3f72b945cdc1b10bc574ca4 (diff)
#87289# Call of HelpAgent via Button click now possible
Diffstat (limited to 'wizards/source/tools/ModuleControls.xba')
-rw-r--r--wizards/source/tools/ModuleControls.xba3
1 files changed, 2 insertions, 1 deletions
diff --git a/wizards/source/tools/ModuleControls.xba b/wizards/source/tools/ModuleControls.xba
index 390369953351..5a4bf5f55721 100644
--- a/wizards/source/tools/ModuleControls.xba
+++ b/wizards/source/tools/ModuleControls.xba
@@ -252,6 +252,7 @@ Dim MaxIndex as Integer
oDialog.AppendFilter(FilterNames(i,0), FilterNames(i,1))
Next i
oDialog.SetCurrentFilter(FilterNames(0,0)
-End Sub
+End Sub
+
</script:module> \ No newline at end of file