wizards/source/sfdocuments/SF_Base.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit e1352a2d7a5fcd4451e039f6ef8c454fd46f1851 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Aug 22 11:43:18 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Aug 22 14:16:41 2023 +0200 Fix typo Change-Id: Ide2a33e282b575caf14374d7ae8034da41a6ed63 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155942 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdocuments/SF_Base.xba b/wizards/source/sfdocuments/SF_Base.xba index af1ebc1e4930..67e4663b0748 100644 --- a/wizards/source/sfdocuments/SF_Base.xba +++ b/wizards/source/sfdocuments/SF_Base.xba @@ -505,7 +505,7 @@ Try: Set oOpen = ScriptForge.SF_Services.CreateScriptService("SFDocuments.FormDocument", oNewForm) - ' Prevent desynchonization when using .last(), .next() etc immediately after component loading. Bug #156836 + ' Prevent desynchronization when using .last(), .next() etc immediately after component loading. Bug #156836 Wait 1 Finally: @@ -1125,4 +1125,4 @@ Private Function _Repr() As String End Function ' SFDocuments.SF_Base._Repr REM ============================================ END OF SFDOCUMENTS.SF_BASE -</script:module> \ No newline at end of file +</script:module>