wizards/source/sfdocuments/SF_Calc.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4073f13330600d3efc25fc25450f9f635c6e74b2 Author: Jean-Pierre Ledure <[email protected]> AuthorDate: Sat Jul 8 17:35:44 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Dec 9 10:25:18 2023 +0100 ScriptForge - (SF_Calc) fix typo in CopyToRange() method Change-Id: I07db487d94c2d0a8f2ec5955f6e94b00911d25c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154214 Tested-by: Jean-Pierre Ledure <[email protected]> Reviewed-by: Jean-Pierre Ledure <[email protected]> Tested-by: Jenkins (cherry picked from commit b16861f667673560cf57d28bdd16bb592e6e3c22) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160472 Reviewed-by: Rafael Lima <[email protected]> diff --git a/wizards/source/sfdocuments/SF_Calc.xba b/wizards/source/sfdocuments/SF_Calc.xba index fe71b69e6a82..0138730c11f3 100644 --- a/wizards/source/sfdocuments/SF_Calc.xba +++ b/wizards/source/sfdocuments/SF_Calc.xba @@ -1085,7 +1085,7 @@ Const cstSubArgs = "SourceRange, DestinationRange" If ScriptForge.SF_Utils._ErrorHandling() Then On Local Error GoTo Catch sCopy = "" -Check:string +Check: If ScriptForge.SF_Utils._EnterFunction(cstThisSub, cstSubArgs) Then If Not _IsStillAlive(True) Then GoTo Finally If Not ScriptForge.SF_Utils._Validate(SourceRange, "SourceRange", Array(V_STRING, ScriptForge.V_OBJECT), , , CALCREFERENCE) Then GoTo Finally
