From e1352a2d7a5fcd4451e039f6ef8c454fd46f1851 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 22 Aug 2023 11:43:18 +0200 Subject: [PATCH] Fix typo Change-Id: Ide2a33e282b575caf14374d7ae8034da41a6ed63 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155942 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- wizards/source/sfdocuments/SF_Base.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - \ No newline at end of file +