From 236b3987893c6a9e6c78f2efee411a18d4c85a7e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 1 Nov 2021 16:12:23 +0100 Subject: Fix typo Change-Id: I3694de1a379960fd2c927d0f80e512c42d3fd6d6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124553 Tested-by: Jenkins Reviewed-by: Julien Nabet --- source/text/sbasic/shared/03/sf_calc.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp index ed0bcda04a..79c3060ae4 100644 --- a/source/text/sbasic/shared/03/sf_calc.xhp +++ b/source/text/sbasic/shared/03/sf_calc.xhp @@ -853,7 +853,7 @@ Calc service;CreateChart

CreateChart

- Creates a new chart object showing the data in the specified range. The returned chart object can be futher manipulated using the Chart service. + Creates a new chart object showing the data in the specified range. The returned chart object can be further manipulated using the Chart service. svc.CreateChart(chartname: str, sheetname: str, range: str, columnheader: bool = False, rowheader: bool = False): obj -- cgit