summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-07-30 00:18:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-07-30 09:32:01 +0200
commit49fc6598426fb4552904c66702cddc6534124227 (patch)
treebb8bd673d29ab1c5a45824714d5065e09b299b42 /wizards
parent5e3510dbb62229cfb01da371d39ecc27b0d44880 (diff)
Fix typo
Change-Id: I7ac33586a01a65e20143ec1e853c6720de453d35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155054 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/SF_Platform.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/SF_Platform.xba b/wizards/source/scriptforge/SF_Platform.xba
index 8e8aa5330a9d..742d138de9ce 100644
--- a/wizards/source/scriptforge/SF_Platform.xba
+++ b/wizards/source/scriptforge/SF_Platform.xba
@@ -464,7 +464,7 @@ Const cstSubArgs = &quot;&quot;
)
&apos; Get the UserData page from the Options database
vUserDataOptions = SF_Utils._GetRegistryKeyContent(&quot;org.openoffice.UserProfile/Data&quot;)
- &apos; Create and feed the ouput dictionary
+ &apos; Create and feed the output dictionary
vUserData = CreateScriptService(&quot;ScriptForge.Dictionary&quot;)
For i = 0 To UBound(vUserDataExternal)
vUserData.Add(vUserDataExternal(i), vUserDataOptions.getByName(vUserDataInternal(i)))