summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-09-03 09:32:52 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-09-03 09:32:52 +0000
commit6faeab80998a713bff2f1369f4c809dae0a3a612 (patch)
treeb24c8c4f33aca0acba102cf0c7430e9137d26ad7 /wizards
parent78a5976397fca1d204dbaa36883672ab272b391e (diff)
#101991# now also fileopen and Folderpicker disposed
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/tools/ModuleControls.xba2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizards/source/tools/ModuleControls.xba b/wizards/source/tools/ModuleControls.xba
index 508239ad9..ce9f5492f 100644
--- a/wizards/source/tools/ModuleControls.xba
+++ b/wizards/source/tools/ModuleControls.xba
@@ -182,6 +182,7 @@ Dim oUcb as object
oRefModel.Text = ConvertFromUrl(sPath)
End If
End If
+ oFolderDialog.Cancel()
End Sub
@@ -214,6 +215,7 @@ Dim oUcb as object
oRefModel.Text = ConvertFromUrl(sPath)
End If
End If
+ oFileDialog.Dispose()
End Sub