diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-07-26 15:44:34 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-27 00:27:41 +0200 |
commit | b2d15fb7c2a59e7ca7f2e53001df4f9defe4e7dd (patch) | |
tree | c0b7c0e3717816a62fee34866c4e1732e944000d /AllLangHelp_shared.mk | |
parent | 92e7259e70677f4aa6bdd6c43643b8dbbbc6e08d (diff) |
tdf#149318 Fix HIDs in Format menu (Draw)
This patch fixes the missing HIDs of menu entries that have submenus in Draw's "Format" menu.
The help pages of two missing entries are also created.
Change-Id: Ia64c4a8a714a6eac51bace2718e464aaf7dc3103
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154950
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index fc350cd68a..74320659ca 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -799,6 +799,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/menu/insert_shape \ helpcontent2/source/text/shared/menu/save_image \ helpcontent2/source/text/shared/menu/set_image_background \ + helpcontent2/source/text/shared/menu/submenu_image \ + helpcontent2/source/text/shared/menu/submenu_lists \ helpcontent2/source/text/shared/menu/submenu_spacing \ helpcontent2/source/text/shared/menu/submenu_text \ helpcontent2/source/text/shared/need_help \ |