diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-07 16:32:10 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-07 17:23:58 +0100 |
commit | a601b032ba5b63f30026fdfe5ba61941fc8e2b8c (patch) | |
tree | 2d7ae71465433bce32c2abb8dff275eebc99ed8b /AllLangHelp_simpress.mk | |
parent | 771226e2a53178d66020f878d78baa6ec35ff710 (diff) |
tdf#102265 add Object and Shape submenu; embed in Format menu
add simpress/submenu_object_shape.xhp
( simpress/main_format.xhp )
* embed the new submenu into Format menu
- remove "Object and Shape" heading and embed
to "Position and Size" for that heading.
- remove "Text", "Area", "Line" controls because
they are all described now in the new submenu.
Change-Id: I06981f718b8d6f4d1869efc2a56ba6c9951e6de4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112080
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'AllLangHelp_simpress.mk')
-rw-r--r-- | AllLangHelp_simpress.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_simpress.mk b/AllLangHelp_simpress.mk index 9f878a3560..0ca10adbf9 100644 --- a/AllLangHelp_simpress.mk +++ b/AllLangHelp_simpress.mk @@ -215,6 +215,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\ helpcontent2/source/text/simpress/main0213 \ helpcontent2/source/text/simpress/main0214 \ helpcontent2/source/text/simpress/main0503 \ + helpcontent2/source/text/simpress/submenu_object_shape \ )) # vim: set noet sw=4 ts=4: |