wizards/source/sfdatabases/SF_Database.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 88ade32040e522e6d3aff0c5d1ebee4a92e6136c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Aug 22 11:43:05 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Aug 22 14:15:48 2023 +0200 Fix typo Change-Id: I05e93bd2c9ca3a270e07a4c0c7d09e4d3d6cea81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155941 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdatabases/SF_Database.xba b/wizards/source/sfdatabases/SF_Database.xba index 109d4c57d909..f280762d8146 100644 --- a/wizards/source/sfdatabases/SF_Database.xba +++ b/wizards/source/sfdatabases/SF_Database.xba @@ -455,7 +455,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: @@ -1088,4 +1088,4 @@ Private Function _Repr() As String End Function ' SFDatabases.SF_Database._Repr REM ============================================ END OF SFDATABASES.SF_DATABASE -</script:module> \ No newline at end of file +</script:module>