diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-01-04 19:00:01 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-04 20:32:10 +0100 |
commit | 573cb7bfe3af24d830f02fff227166e2ea292c14 (patch) | |
tree | dfea597c9fd6ddbf8c80b4dae9284149728b8b81 | |
parent | 082a62657dc9e89dc54c3299e47dd1f76c4c9de1 (diff) |
Related tdf#130442 Redirect to Font Color section of the help page
When the user clicks "Font Color" in the "Formatting Bar" help page, it should land in the "Font Color" section of the "Font Effects" page.
Change-Id: I011a3a19d9e7eb10e7e84e1bfbbc834ba494ae24
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127951
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/01/05020200.xhp | 4 | ||||
-rw-r--r-- | source/text/swriter/main0202.xhp | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/source/text/shared/01/05020200.xhp b/source/text/shared/01/05020200.xhp index 582231f6d0..e714aaf963 100644 --- a/source/text/shared/01/05020200.xhp +++ b/source/text/shared/01/05020200.xhp @@ -58,7 +58,8 @@ <embed href="text/shared/06/shared_cui_screenshots.xhp#fonteffects"/> <embed href="text/shared/01/05020100.xhp#note"/> <bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/fontcolorlb" id="bm_id0123200902114658" localize="false"/> -<h2 id="hd_id3149482">Font Color</h2> + <section id="FontColor"> + <h2 id="hd_id3149482">Font Color</h2> <paragraph xml-lang="en-US" id="par_id3146924" role="paragraph"><ahelp hid="cui/ui/effectspage/fontcolorlb">Sets the color for the selected text. If you select <emph>Automatic</emph>, the text color is set to black for light backgrounds and to white for dark backgrounds.</ahelp></paragraph> <list type="unordered"> <listitem> @@ -74,6 +75,7 @@ <paragraph xml-lang="en-US" id="par_idN10CDA" role="paragraph">To exit the paint can mode, click once, or press the <emph>Esc</emph> key.</paragraph> </listitem> </list> + </section> <switch select="appl"> <case select="WRITER"> <warning id="par_id3150037">The text color is ignored when printing, if the <emph>Print text in black</emph> check box is selected in <link href="text/shared/optionen/01040400.xhp" name="Writer - Print"><emph>%PRODUCTNAME Writer - Print</emph></link> in the <emph>Options</emph> dialog box.</warning> diff --git a/source/text/swriter/main0202.xhp b/source/text/swriter/main0202.xhp index b674dc9bc8..88b24ef12f 100644 --- a/source/text/swriter/main0202.xhp +++ b/source/text/swriter/main0202.xhp @@ -61,7 +61,7 @@ <embed href="text/shared/02/02130000.xhp#indentdecreaseicon"/> <embed href="text/shared/02/02140000.xhp#indentincrease"/> <embed href="text/shared/02/02140000.xhp#indentincreaseicon"/> - <h2 xml-lang="en-US" id="hd_id3149593"><link href="text/shared/01/05020200.xhp" name="Font Color">Font Color</link></h2> + <h2 xml-lang="en-US" id="hd_id3149593"><link href="text/shared/01/05020200.xhp#FontColor" name="Font Color">Font Color</link></h2> <embed href="text/shared/01/05020200.xhp#textfarbe"/> <embed href="text/shared/00/00000004.xhp#syfont_color"/> <embed href="text/shared/02/02160000.xhp#character_highlight"/> |