summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2023-07-08 17:35:44 +0200
committerJean-Pierre Ledure <jp@ledure.be>2023-07-08 22:46:25 +0200
commitb16861f667673560cf57d28bdd16bb592e6e3c22 (patch)
treea0ee610ca5b482ed7a3d6bbe8f43f5f560bc1413 /wizards
parentf1998c01bf0a85481201589ffbd8b0df400491ee (diff)
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 <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdocuments/SF_Calc.xba2
1 files changed, 1 insertions, 1 deletions
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 = &quot;SourceRange, DestinationRange&quot;
If ScriptForge.SF_Utils._ErrorHandling() Then On Local Error GoTo Catch
sCopy = &quot;&quot;
-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, &quot;SourceRange&quot;, Array(V_STRING, ScriptForge.V_OBJECT), , , CALCREFERENCE) Then GoTo Finally