summaryrefslogtreecommitdiff
path: root/wizards/source/tools/ModuleControls.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-10-01 14:41:55 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-10-01 14:41:55 +0000
commit9030ca8eb80b1627fc543c269583d96a9077ac06 (patch)
tree21b0d27a00c7488a1264e8c5ff35e5ea66b6177f /wizards/source/tools/ModuleControls.xba
parent28c4b12a54fbd424958b728b06dbf11a7eb181b0 (diff)
#91427# Sub GetDocumentType now with exception handling
Diffstat (limited to 'wizards/source/tools/ModuleControls.xba')
-rw-r--r--wizards/source/tools/ModuleControls.xba4
1 files changed, 1 insertions, 3 deletions
diff --git a/wizards/source/tools/ModuleControls.xba b/wizards/source/tools/ModuleControls.xba
index 49db6b5b786f..be12ef7525df 100644
--- a/wizards/source/tools/ModuleControls.xba
+++ b/wizards/source/tools/ModuleControls.xba
@@ -265,6 +265,4 @@ Dim sProdName as String
oDialog.AppendFilter(FilterNames(i,0), FilterNames(i,1))
Next i
oDialog.SetCurrentFilter(FilterNames(0,0)
-End Sub
-
-</script:module> \ No newline at end of file
+End Sub</script:module> \ No newline at end of file