summaryrefslogtreecommitdiff
path: root/wizards/source/importwizard
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-08-29 12:51:27 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-08-29 12:51:27 +0000
commit476b7bb300468df18ca5be3d29d5c69ab885c373 (patch)
tree09ac52ef2ca6d3eebdccf630554593053cf08ac5 /wizards/source/importwizard
parentd01c3efc7aea5e8e0c3e8363f3868111375dbf94 (diff)
#87289# View of Target and Source directory changed to OS Notation
Diffstat (limited to 'wizards/source/importwizard')
-rw-r--r--wizards/source/importwizard/DialogModul.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/importwizard/DialogModul.xba b/wizards/source/importwizard/DialogModul.xba
index fa125d32fee5..3ee5dc8f5164 100644
--- a/wizards/source/importwizard/DialogModul.xba
+++ b/wizards/source/importwizard/DialogModul.xba
@@ -256,7 +256,7 @@ Dim sAddText as String
sTmpText = sTmpText &amp; sSumInclusiveSubDir &amp; sCRLF
End If
sTmpText = sTmpText &amp; sSumSaveDocuments &amp; sCRLF
- sTmpText = sTmpText &amp; Applications(i,SBTEMPLTARGET) &amp; sCRLF
+ sTmpText = sTmpText &amp; ConvertFromUrl(Applications(i,SBTEMPLTARGET)) &amp; sCRLF
sTmpText = sTmpText &amp; sCRLF
End If
@@ -275,7 +275,7 @@ Dim sAddText as String
End If
sTmpText = sTmpText &amp; sSumSaveDocuments &amp; sCRLF
- sTmpText = sTmpText &amp; Applications(i,SBDOCTARGET) &amp; sCRLF
+ sTmpText = sTmpText &amp; ConvertFromUrl(Applications(i,SBDOCTARGET)) &amp; sCRLF
sTmpText = sTmpText &amp; sCRLF
End If
Next i