From 4a28022898ba228175a451c17a42f65cce039235 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 20 Nov 2021 12:26:50 +0100 Subject: Fix typo Change-Id: Idb3cc8605c7d9a4e8c2ab6eed54805cf52850595 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125585 Tested-by: Jenkins Reviewed-by: Julien Nabet --- source/text/sbasic/shared/03/sf_popupmenu.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/text/sbasic/shared/03/sf_popupmenu.xhp b/source/text/sbasic/shared/03/sf_popupmenu.xhp index 7c50ff0ad0..862c215bc2 100644 --- a/source/text/sbasic/shared/03/sf_popupmenu.xhp +++ b/source/text/sbasic/shared/03/sf_popupmenu.xhp @@ -248,7 +248,7 @@ menuitem: Defines the text to be displayed in the menu. This argument also defines the hierarchy of the item inside the menu by using the submenu character. - name: String value to be returned when the item is clicked. By default, the last component of the menu hierarcy is used. + name: String value to be returned when the item is clicked. By default, the last component of the menu hierarchy is used. icon: Path and name of the icon to be displayed without the leading path separator. The actual icon shown depends on the icon set being used. tooltip: Text to be displayed as tooltip. @@ -275,7 +275,7 @@ menuitem: Defines the text to be displayed in the menu. This argument also defines the hierarchy of the item inside the menu by using the submenu character. - name: String value to be returned when the item is clicked. By default, the last component of the menu hierarcy is used. + name: String value to be returned when the item is clicked. By default, the last component of the menu hierarchy is used. status: Defines whether the item is selected when the menu is created (Default = False). icon: Path and name of the icon to be displayed without the leading path separator. The actual icon shown depends on the icon set being used. tooltip: Text to be displayed as tooltip. -- cgit