source/text/sbasic/shared/03/sf_calc.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 236b3987893c6a9e6c78f2efee411a18d4c85a7e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Nov 1 16:12:23 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Nov 1 16:14:21 2021 +0100

    Fix typo
    
    Change-Id: I3694de1a379960fd2c927d0f80e512c42d3fd6d6
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124553
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/source/text/sbasic/shared/03/sf_calc.xhp 
b/source/text/sbasic/shared/03/sf_calc.xhp
index ed0bcda04..79c3060ae 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>

Reply via email to