diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-17 16:28:04 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-18 10:57:34 +0100 |
commit | 572f801969514572d4722d16672ed5739f1e96a4 (patch) | |
tree | 1f2f7f03232c8391b47fb9ba4758ad4b34b70ac8 /AllLangHelp_swriter.mk | |
parent | 8e08228c2675a646daf27dac5def08eca97f3e88 (diff) |
tdf#158992 Revisit Spotlight help pages
Change-Id: I5226e24a88fed18f086279a7564e3c969732dc2c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162207
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_swriter.mk')
-rw-r--r-- | AllLangHelp_swriter.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index 884fd071a5..a7ce4adf07 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -205,7 +205,9 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/01/selection_mode \ helpcontent2/source/text/swriter/01/select_text \ helpcontent2/source/text/swriter/01/show_whitespace \ - helpcontent2/source/text/swriter/01/spotlight_styles \ + helpcontent2/source/text/swriter/01/SpotlightMenu \ + helpcontent2/source/text/swriter/01/SpotlightCharStyles \ + helpcontent2/source/text/swriter/01/SpotlightParaStyles \ helpcontent2/source/text/swriter/01/spotlight_chars_df \ helpcontent2/source/text/swriter/01/style_inspector \ helpcontent2/source/text/swriter/01/TableAutoFitMenu \ @@ -378,6 +380,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/guide/shortcut_writing \ helpcontent2/source/text/swriter/guide/smarttags \ helpcontent2/source/text/swriter/guide/spellcheck_dialog \ + helpcontent2/source/text/swriter/guide/spotlight_styles \ helpcontent2/source/text/swriter/guide/stylist_fillformat \ helpcontent2/source/text/swriter/guide/stylist_fromselect \ helpcontent2/source/text/swriter/guide/stylist_update \ |