wizards/source/scriptforge/SF_UI.xba |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 78670b9dcb64e515712c6b1d411ad30478f9abb4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 28 21:02:56 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Mar 1 05:49:06 2023 +0000

    Fix typo
    
    Change-Id: Ib620227c38d27d3de1a774f9c3aebfbcc5edd0a8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148021
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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
-                               &apos;  Distinguish builtin and custom toolbars 
stored in the applcation
+                               &apos;  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   &apos;  ScriptForge.SF_UI._Repr
 
 REM ============================================ END OF SCRIPTFORGE.SF_UI
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to