diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-03 12:57:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-03 14:17:59 +0200 |
commit | 3e21ee215d0cda14725133e7c33b974b2290f2d3 (patch) | |
tree | b2359200fc374a3f07adc29c75ecd1c8f5278383 /wizards/source/sfdocuments | |
parent | dd44857ab403f3ee3f4271a1d22906d04a05ea7c (diff) |
Fix typos
Change-Id: Ie4809d5367d15dc155033db034d86aaa75cb5abe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119932
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source/sfdocuments')
-rw-r--r-- | wizards/source/sfdocuments/SF_Calc.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdocuments/SF_Calc.xba b/wizards/source/sfdocuments/SF_Calc.xba index c7b1e0fd5081..89afc16fc6ea 100644 --- a/wizards/source/sfdocuments/SF_Calc.xba +++ b/wizards/source/sfdocuments/SF_Calc.xba @@ -928,7 +928,7 @@ Try: ' Initialize sheet and range Set oSheet = _Component.getSheets.getByName(SheetName) Set oRange = _ParseAddress(Range) - ' Create the chart and get ihe corresponding chart instance + ' Create the chart and get the corresponding chart instance oSheet.getCharts.addNewByName(ChartName, oRectangle, Array(oRange.XCellRange.RangeAddress), ColumnHeader, RowHeader) Set oChart = Charts(SheetName, ChartName) oChart._Shape.Name = ChartName ' Both used-defined and internal names match ChartName @@ -3218,4 +3218,4 @@ CatchDuplicate: End Function ' SFDocuments.SF_Calc._ValidateSheet REM ============================================ END OF SFDOCUMENTS.SF_CALC -</script:module>
\ No newline at end of file +</script:module> |