diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-11-01 16:12:23 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-11-01 16:14:21 +0100 |
commit | 236b3987893c6a9e6c78f2efee411a18d4c85a7e (patch) | |
tree | 28988f88b775e65786eef148bcc6eb951c9b50af | |
parent | 94e3719169db094d5efd3a952461bd08a806f0f7 (diff) |
Fix typo
Change-Id: I3694de1a379960fd2c927d0f80e512c42d3fd6d6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124553
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | source/text/sbasic/shared/03/sf_calc.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <bookmark_value>Calc service;CreateChart</bookmark_value> </bookmark> <h2 id="hd_id67159290312287" localize="false">CreateChart</h2> - <paragraph role="paragraph" id="par_id1615929033642">Creates a new chart object showing the data in the specified range. The returned chart object can be futher manipulated using the <literal>Chart</literal> service.</paragraph> + <paragraph role="paragraph" id="par_id1615929033642">Creates a new chart object showing the data in the specified range. The returned chart object can be further manipulated using the <literal>Chart</literal> service.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" localize="false" id="par_id981621538499667"> <input>svc.CreateChart(chartname: str, sheetname: str, range: str, columnheader: bool = False, rowheader: bool = False): obj</input> |