diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-02-28 21:02:56 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-01 05:49:06 +0000 |
commit | 78670b9dcb64e515712c6b1d411ad30478f9abb4 (patch) | |
tree | b785e7a2a55d365fe1a8e0a1752f023280860d47 /wizards | |
parent | 86942a85b32efeb0b7fee25f00991e69f4446ddc (diff) |
Fix typo
Change-Id: Ib620227c38d27d3de1a774f9c3aebfbcc5edd0a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148021
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/SF_UI.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/SF_UI.xba b/wizards/source/scriptforge/SF_UI.xba index b01f6131e7f9..392eeb29a64d 100644 --- a/wizards/source/scriptforge/SF_UI.xba +++ b/wizards/source/scriptforge/SF_UI.xba @@ -1425,7 +1425,7 @@ Try: .UIName = sUIName Set .UIConfigurationManager = oUIConfigMgr .ElementsInfoIndex = i - ' Distinguish builtin and custom toolbars stored in the applcation + ' Distinguish builtin and custom toolbars stored in the application If SF_String.StartsWith(sBarName, cstCUSTOM, CaseSensitive := True) Then .Storage = cstCUSTOMTOOLBAR sBarName = Mid(sBarName, Len(cstCUSTOM) + 1) @@ -1506,4 +1506,4 @@ Private Function _Repr() As String End Function ' ScriptForge.SF_UI._Repr REM ============================================ END OF SCRIPTFORGE.SF_UI -</script:module>
\ No newline at end of file +</script:module> |