summaryrefslogtreecommitdiff
path: root/wizards/source/importwizard
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:26:18 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-03 09:14:23 +0000
commit1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9 (patch)
treeb3483c88ce443c8e8764b11782be236fc2e0170a /wizards/source/importwizard
parent87dc6c82d5cd174ae2384b66a203a93402b43291 (diff)
Fix typos
Change-Id: I98b4dfb0f72f315065693335e2f882bb2eed3afe Reviewed-on: https://gerrit.libreoffice.org/16713 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'wizards/source/importwizard')
-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 c62e88700201..97111aecafbd 100644
--- a/wizards/source/importwizard/API.xba
+++ b/wizards/source/importwizard/API.xba
@@ -205,7 +205,7 @@ End Function
Function QueryValue(BaseKey As Long, sKeyName As String, sValueName As String) As Variant
Dim lRetVal As Long &apos; Returnvalue API-Call
-Dim hKey As Long &apos; Onen key handle
+Dim hKey As Long &apos; One key handle
Dim vValue As String &apos; Key value
lRetVal = RegOpenKeyEx(BaseKey, sKeyName, 0, KEY_ALL_ACCESS, hKey)