source/text/sbasic/shared/03/sf_calc.xhp      |    2 +-
 source/text/sbasic/shared/03/sf_popupmenu.xhp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 94cb6f9bbb1410fd53c4160c76d8b77896572258
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu Jan 6 15:23:07 2022 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Jan 6 15:32:11 2022 +0100

    typo
    
    Change-Id: I1c081bbad56c1d7d047109ef0d3f86c50bf2cebf
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127965
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03/sf_calc.xhp 
b/source/text/sbasic/shared/03/sf_calc.xhp
index 718114b90..b2c916e1c 100644
--- a/source/text/sbasic/shared/03/sf_calc.xhp
+++ b/source/text/sbasic/shared/03/sf_calc.xhp
@@ -635,7 +635,7 @@
       <paragraph id="par_id371635438503202" role="listitem">If only 
<literal>sheetname</literal> is specified, an zero-based array of strings 
containing the names of all charts is returned.</paragraph>
     </listitem>
     <listitem>
-      <paragraph id="par_id371635438509045" role="listitem">If a 
<literal>chartname</literal> is provided, than a single object corresponding to 
the desired chart is returned. The specified chart must exist.</paragraph>
+      <paragraph id="par_id371635438509045" role="listitem">If a 
<literal>chartname</literal> is provided, then a single object corresponding to 
the desired chart is returned. The specified chart must exist.</paragraph>
     </listitem>
   </list>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03/sf_popupmenu.xhp 
b/source/text/sbasic/shared/03/sf_popupmenu.xhp
index 05c166888..c99df69ee 100644
--- a/source/text/sbasic/shared/03/sf_popupmenu.xhp
+++ b/source/text/sbasic/shared/03/sf_popupmenu.xhp
@@ -297,7 +297,7 @@
     </bookmark>
     <h2 id="hd_id201589199693201" localize="false">Execute</h2>
     <paragraph role="paragraph" id="par_id93158919963279">Displays the popup 
menu and waits for a user action. Returns the item clicked by the 
user.</paragraph>
-    <paragraph role="paragraph" id="par_id101636726249788">If the user clicks 
outside the popup menu ou presses the <keycode>Esc</keycode> key, then no item 
is selected. In such cases, the returned value depends on the 
<literal>returnid</literal> parameter. If <literal>returnid = True</literal> 
and no item is selected, then the value 0 (zero) is returned. Otherwise an 
empty string "" is returned.</paragraph>
+    <paragraph role="paragraph" id="par_id101636726249788">If the user clicks 
outside the popup menu or presses the <keycode>Esc</keycode> key, then no item 
is selected. In such cases, the returned value depends on the 
<literal>returnid</literal> parameter. If <literal>returnid = True</literal> 
and no item is selected, then the value 0 (zero) is returned. Otherwise an 
empty string "" is returned.</paragraph>
     <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
     <paragraph role="paragraph" localize="false" id="par_id821621534014414">
       <input>svc.Execute(opt returnid: bool): any</input>

Reply via email to