summaryrefslogtreecommitdiff
path: root/wizards/source/tools
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
commit1ceebda715f96912190d08968421bbafa986249a (patch)
treeec56175fad7fae1d71aae1fa1724350a9f5c4179 /wizards/source/tools
parent3c513867a5f9538014c141a4d9c9867922d53821 (diff)
#101991# now also fileopen and Folderpicker disposed
Diffstat (limited to 'wizards/source/tools')
-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 508239ad97d7..ce9f5492fe44 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