summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-11-07 09:17:59 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-11-07 09:17:59 +0000
commit8d1a11bdfe068174d996bf467e4926c1edaee23b (patch)
treefd555428fa4290618fc0499cbfe5ef2232e8bbf0 /wizards
parentf7865c7659de7a217c895cf395c7795fb3e30a44 (diff)
#104841# orthographical mistake in 'Applications' variable corrected
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/importwizard/API.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/importwizard/API.xba b/wizards/source/importwizard/API.xba
index b212bbd22db5..1f87315d307c 100644
--- a/wizards/source/importwizard/API.xba
+++ b/wizards/source/importwizard/API.xba
@@ -75,7 +75,7 @@ Dim sPath as String
Dim Index as Integer
Select Case Wizardmode
Case SBMICROSOFTMODE
- Index = Application(CurOffice,SBAPPLKEY)
+ Index = Applications(CurOffice,SBAPPLKEY)
If GetGUIType = 1 Then &apos; Windows
sPath = QueryValue(HKEY_LOCAL_MACHINE, sKeyName(Index), sValueName(Index))
Else