From 94cb6f9bbb1410fd53c4160c76d8b77896572258 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 6 Jan 2022 15:23:07 +0100 Subject: typo Change-Id: I1c081bbad56c1d7d047109ef0d3f86c50bf2cebf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127965 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- 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(-) (limited to 'source/text') 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 @@ If only sheetname is specified, an zero-based array of strings containing the names of all charts is returned. - If a chartname is provided, than a single object corresponding to the desired chart is returned. The specified chart must exist. + If a chartname is provided, then a single object corresponding to the desired chart is returned. The specified chart must exist. 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 @@

Execute

Displays the popup menu and waits for a user action. Returns the item clicked by the user. - If the user clicks outside the popup menu ou presses the Esc key, then no item is selected. In such cases, the returned value depends on the returnid parameter. If returnid = True and no item is selected, then the value 0 (zero) is returned. Otherwise an empty string "" is returned. + If the user clicks outside the popup menu or presses the Esc key, then no item is selected. In such cases, the returned value depends on the returnid parameter. If returnid = True and no item is selected, then the value 0 (zero) is returned. Otherwise an empty string "" is returned. svc.Execute(opt returnid: bool): any -- cgit