summaryrefslogtreecommitdiff
path: root/wizards/source/sfdocuments
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-08-03 12:57:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-08-03 14:17:59 +0200
commit3e21ee215d0cda14725133e7c33b974b2290f2d3 (patch)
treeb2359200fc374a3f07adc29c75ecd1c8f5278383 /wizards/source/sfdocuments
parentdd44857ab403f3ee3f4271a1d22906d04a05ea7c (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.xba4
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:
&apos; Initialize sheet and range
Set oSheet = _Component.getSheets.getByName(SheetName)
Set oRange = _ParseAddress(Range)
- &apos; Create the chart and get ihe corresponding chart instance
+ &apos; 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 &apos; Both used-defined and internal names match ChartName
@@ -3218,4 +3218,4 @@ CatchDuplicate:
End Function &apos; SFDocuments.SF_Calc._ValidateSheet
REM ============================================ END OF SFDOCUMENTS.SF_CALC
-</script:module> \ No newline at end of file
+</script:module>