diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-11-05 14:35:36 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-11-05 14:35:36 +0000 |
commit | 62ee2ab9cc553a30849eba12ecf30fa0bfcae895 (patch) | |
tree | 3bb90e09217d9ac79ac25ed63ffe43f9dfe5073e /wizards/source/importwizard/Language.xba | |
parent | 7f2a2c737a80c567f875f79a416bcf0ec8c2e730 (diff) |
#93436# Declaration of OS Function "RegCloseKey" modified
Diffstat (limited to 'wizards/source/importwizard/Language.xba')
-rw-r--r-- | wizards/source/importwizard/Language.xba | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wizards/source/importwizard/Language.xba b/wizards/source/importwizard/Language.xba index 8dc3e2a4e..4ad26c5a6 100644 --- a/wizards/source/importwizard/Language.xba +++ b/wizards/source/importwizard/Language.xba @@ -102,7 +102,6 @@ Sub LoadLanguage() GetApplResourceArray(3110, 4, sSumSOTemplates()) GetApplResourceArray(3200, 3, sSumMSDocuments()) GetApplResourceArray(3210, 3, sSumMSTemplates()) - ImportDialogArea.Title = sTitle With ImportDialog sImportLabel = GetResText(1033) sExportLabel = GetResText(1034) @@ -128,5 +127,4 @@ Dim a as Integer BigArray(a) = GetResText(i) a = a + 1 Next -End Sub -</script:module>
\ No newline at end of file +End Sub</script:module>
\ No newline at end of file |