wizards/source/scriptforge/SF_Platform.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 49fc6598426fb4552904c66702cddc6534124227 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jul 30 00:18:43 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jul 30 09:32:01 2023 +0200 Fix typo Change-Id: I7ac33586a01a65e20143ec1e853c6720de453d35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155054 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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 = "" ) ' Get the UserData page from the Options database vUserDataOptions = SF_Utils._GetRegistryKeyContent("org.openoffice.UserProfile/Data") - ' Create and feed the ouput dictionary + ' Create and feed the output dictionary vUserData = CreateScriptService("ScriptForge.Dictionary") For i = 0 To UBound(vUserDataExternal) vUserData.Add(vUserDataExternal(i), vUserDataOptions.getByName(vUserDataInternal(i)))
