summaryrefslogtreecommitdiff
path: root/wizards/source/importwizard/Language.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-07-12 09:39:01 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-07-12 09:39:01 +0000
commitf4c7e3ebe461070ed9b016a944987f5b4ef819cc (patch)
tree55611f88bbfa8a3da05b1d667ea19ce03c96b4fe /wizards/source/importwizard/Language.xba
parent0488889272ac3357478aaee776d93906bdf4b1d1 (diff)
#88911# handling of Path input improved
Diffstat (limited to 'wizards/source/importwizard/Language.xba')
-rw-r--r--wizards/source/importwizard/Language.xba6
1 files changed, 2 insertions, 4 deletions
diff --git a/wizards/source/importwizard/Language.xba b/wizards/source/importwizard/Language.xba
index 188c44e36..8dc3e2a4e 100644
--- a/wizards/source/importwizard/Language.xba
+++ b/wizards/source/importwizard/Language.xba
@@ -8,7 +8,7 @@ Public sSODocumentCheckbox(4) As String
Public sSOHelperdocuments(1) As String
Public sTemplateCheckbox(SBMAXAPPLCOUNT-1) As String
Public sDocumentCheckbox(SBMAXAPPLCOUNT-1) As String
-Public sTemplateGroupName(SBMAXAPPLCOUNT-1) As String
+Public sTemplateGroupName As String
Public sSearchInSubDir as String
Public sPathErrorTemplates(SBMAXAPPLCOUNT-1) As String
Public sPathErrorDocument(SBMAXAPPLCOUNT-1) As String
@@ -71,9 +71,7 @@ Sub LoadLanguage()
sSummaryHeader = GetResText(1031)
- sTemplateGroupName(0) = GetResText(1036)
- sTemplateGroupName(1) = GetResText(1037)
- sTemplateGroupName(2) = GetResText(1038)
+ sTemplateGroupName = GetResText(1036)
sProgressMoreDocs = GetResText(1041)
sProgressMoreTemplates = GetResText(1042)