Fix typo
Change-Id: Ide2a33e282b575caf14374d7ae8034da41a6ed63 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155942 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
7c5607f2dc
commit
e1352a2d7a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
</script:module>
|
||||
|
|
Loading…
Reference in a new issue