diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-06 15:23:07 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-06 15:32:11 +0100 |
commit | 94cb6f9bbb1410fd53c4160c76d8b77896572258 (patch) | |
tree | 8a76d8ae5c53433aec45a2c9058cbbb57cd16b1f | |
parent | 2e2c9a736ac622fcf032094ede32709dcf62f1ae (diff) |
typo
Change-Id: I1c081bbad56c1d7d047109ef0d3f86c50bf2cebf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127965
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03/sf_calc.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03/sf_popupmenu.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp index 718114b904..b2c916e1c1 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 05c1668885..c99df69ee2 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> |