diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-17 15:46:18 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-19 18:35:00 +0200 |
commit | 28138ff018a1ee48dc659b6d0ef0073b0a00a14e (patch) | |
tree | ad33a4a896e4924eadd306b5dac8ead67e36ab4a /AllLangHelp_shared.mk | |
parent | e819fccbbc0fd5430f5d99e575f648a89a97007e (diff) |
tdf#115599 Add signature line help page
Refactor digital signatures help pages.
Fix some typos.
And more typos
Change-Id: I2db4e3a73fcdd716d32e6c271205d0ae12c28975
Reviewed-on: https://gerrit.libreoffice.org/54502
Tested-by: Jenkins <ci@libreoffice.org>
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 3c6b77d3e2..283d094a08 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -329,6 +329,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/07080000 \ helpcontent2/source/text/shared/01/about_meta_tags \ helpcontent2/source/text/shared/01/digitalsignatures \ + helpcontent2/source/text/shared/01/digitalsignaturespdf \ helpcontent2/source/text/shared/01/extensionupdate \ helpcontent2/source/text/shared/01/formatting_mark \ helpcontent2/source/text/shared/01/gallery \ @@ -350,6 +351,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/ref_epub_export \ helpcontent2/source/text/shared/01/ref_pdf_export \ helpcontent2/source/text/shared/01/ref_pdf_send_as \ + helpcontent2/source/text/shared/01/signexistingpdf \ helpcontent2/source/text/shared/01/securitywarning \ helpcontent2/source/text/shared/01/selectcertificate \ helpcontent2/source/text/shared/01/webhtml \ |