wizards/source/sfdocuments/SF_Calc.xba |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ebf6bf0e32d3b937be2d950591d3abffde135b14
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jan 21 20:41:36 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jan 21 21:10:32 2023 +0000

    Fix typos
    
    Change-Id: Ie6dcedee4a1202f43feee99169172e2a3b1523b4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145959
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/wizards/source/sfdocuments/SF_Calc.xba 
b/wizards/source/sfdocuments/SF_Calc.xba
index a6dce33f9d6a..ac6976acf2de 100644
--- a/wizards/source/sfdocuments/SF_Calc.xba
+++ b/wizards/source/sfdocuments/SF_Calc.xba
@@ -2645,7 +2645,7 @@ Check:
        End If
 
 Try:
-       &apos;  Let&apos;s assume the initial range is 
&quot;$Sheet1.$B$11:$K$110&quot; (100 rows, 10 clumns, no header)
+       &apos;  Let&apos;s assume the initial range is 
&quot;$Sheet1.$B$11:$K$110&quot; (100 rows, 10 columns, no header)
        &apos;  Ignore header, consider only the effective data
        If Header Then Set oRangeAddress = _Offset(Range, 1, 0, Height(Range) - 
1, 0) Else Set oRangeAddress = _ParseAddress(Range)
 
@@ -2653,7 +2653,7 @@ Try:
                lRandom = 
ScriptForge.SF_Session.ExecuteCalcFunction(&quot;RANDBETWEEN.NV&quot;, 1, 
999999)
                sWorkSheet = &quot;SF_WORK_&quot; &amp; 
Right(&quot;000000&quot; &amp; lRandom, 6)
                InsertSheet(sWorkSheet)
-               &apos;  sMurrorRange = &quot;$SF_WORK.$A$1:$J$100&quot;
+               &apos;  sMirrorRange = &quot;$SF_WORK.$A$1:$J$100&quot;
                sMirrorRange = CopyToCell(oRangeAddress, &quot;$&quot; &amp; 
sWorkSheet &amp; &quot;.$A$1&quot;)
 
        &apos;**        Step 2: add a column in the mirror with the row numbers 
in the initial range
@@ -4826,4 +4826,4 @@ CatchSheet:
 End Function   &apos;  SFDocuments.SF_Calc._ValidateSheetName
 
 REM ============================================ END OF SFDOCUMENTS.SF_CALC
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to