summaryrefslogtreecommitdiff
path: root/wizards/source/tools/Misc.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-11-27 14:33:34 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-11-27 14:33:34 +0000
commitc6f392c64b1d3cda31e08dbe15862b6c4ea858cd (patch)
tree72431aade403437fe7b1e97819a164b30945fa7a /wizards/source/tools/Misc.xba
parent6da26523364dc0f1f00f025db93996888ac89cc9 (diff)
#105421# Overwrite Dialog added
Diffstat (limited to 'wizards/source/tools/Misc.xba')
-rw-r--r--wizards/source/tools/Misc.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/tools/Misc.xba b/wizards/source/tools/Misc.xba
index fa0722097305..30881aba9c18 100644
--- a/wizards/source/tools/Misc.xba
+++ b/wizards/source/tools/Misc.xba
@@ -113,7 +113,7 @@ Dim sProdName as String
oProdNameAccess = GetRegistryKeyContent(&quot;org.openoffice.Setup/Product&quot;)
sProdName = oProdNameAccess.getByName(&quot;ooName&quot;)
sVersion = oProdNameAccess.getByName(&quot;ooSetupVersion&quot;)
- GetProductName = sProdName &amp; sVersion
+ GetProductName = sProdName &amp; &quot; &quot; &amp; sVersion
End Function
@@ -807,4 +807,4 @@ Dim oFrame as Object
End If
End Sub
-</script:module>
+</script:module> \ No newline at end of file