diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-03 08:53:45 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-03 14:12:59 +0200 |
commit | 2ae7099c3ba435fc466b2483d2d63d5e1bf493f6 (patch) | |
tree | 04161e911add5cec2ca2dd72d558447b507ebd5d /AllLangHelp_shared.mk | |
parent | 3f4db39698603879915e68dad07c67251dacb417 (diff) |
tdf#155875 Tab'd UI cmds Writer/Table in Help(30)
+ refactoring
+ Table - Select menu (part 30)
Change-Id: I50fb5b6ce2e9f9853ae6d182e9c022b66b20a33a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156481
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index b44d3ecf1f..e77a7c92cf 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -335,6 +335,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/07010000 \ helpcontent2/source/text/shared/01/07080000 \ helpcontent2/source/text/shared/01/about_meta_tags \ + helpcontent2/source/text/shared/01/addsignatureline \ helpcontent2/source/text/shared/01/certificatepath \ helpcontent2/source/text/shared/01/classificationbar \ helpcontent2/source/text/shared/01/classificationdialog \ @@ -343,8 +344,9 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/DeleteTable \ helpcontent2/source/text/shared/01/digitalsignatures \ helpcontent2/source/text/shared/01/digitalsignaturespdf \ - helpcontent2/source/text/shared/01/addsignatureline \ - helpcontent2/source/text/shared/01/signsignatureline \ + helpcontent2/source/text/shared/01/EntireCell \ + helpcontent2/source/text/shared/01/EntireColumn \ + helpcontent2/source/text/shared/01/EntireRow \ helpcontent2/source/text/shared/01/extensionupdate \ helpcontent2/source/text/shared/01/fit_to_cell \ helpcontent2/source/text/shared/01/formatting_mark \ @@ -396,10 +398,12 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/replace_image \ helpcontent2/source/text/shared/01/save_graphic \ helpcontent2/source/text/shared/01/scrollbars \ - helpcontent2/source/text/shared/01/signexistingpdf \ helpcontent2/source/text/shared/01/securitywarning \ helpcontent2/source/text/shared/01/selectcertificate \ + helpcontent2/source/text/shared/01/SelectTable \ helpcontent2/source/text/shared/01/select_template_category \ + helpcontent2/source/text/shared/01/signexistingpdf \ + helpcontent2/source/text/shared/01/signsignatureline \ helpcontent2/source/text/shared/01/StyleNewByExample \ helpcontent2/source/text/shared/01/StyleUpdateByExample \ helpcontent2/source/text/shared/01/themescolordialog \ |