diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-08 22:42:54 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-08 23:30:45 +0100 |
commit | 3d5548e2fe71a25b09fb984b15251a5da81e02b4 (patch) | |
tree | 9dbc482eee7fb1196e1a9fd9214141c6a75919bc | |
parent | 60bc5707b16ad1960a2baa1128a515a8960b6834 (diff) |
improve help page for character style and adjust highlighting label
( shared/02/02160000.xhp ) "Character Highlighting Color"
changed <h1> to "Highlighting" because it is embedded into
the help pages for Character and Character Style as the name of
the tab.
( swriter/01/05130002.xhp ) "Character Style"
* change order of embeds to correspond with order of tabs in dialog.
* improve the embed for the Asian language
+ add embed to "Borders"
* change embed for "Reset" button
+ add embed for "Apply" button
Change-Id: I939f28ede5ff96a53825919e5b2aab8f5de770db
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112090
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r-- | source/text/shared/02/02160000.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/01/05130002.xhp | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/source/text/shared/02/02160000.xhp b/source/text/shared/02/02160000.xhp index 55b6890876..411189d3e4 100644 --- a/source/text/shared/02/02160000.xhp +++ b/source/text/shared/02/02160000.xhp @@ -30,7 +30,7 @@ <body> <section id="character_highlight"> <bookmark xml-lang="en-US" branch="hid/.uno:BackColor" id="bm_id3153323" localize="false"/> -<h1 id="hd_id3109850"><link href="text/shared/02/02160000.xhp" name="Highlight Color">Character Highlighting Color</link></h1> +<h1 id="hd_id3109850"><link href="text/shared/02/02160000.xhp" name="Highlight Color">Highlighting</link></h1> <paragraph role="paragraph" id="par_id3154927" xml-lang="en-US"><variable id="highlight_color"><ahelp hid=".uno:BackColor">Applies current highlighting color to the <switchinline select="appl"><caseinline select="WRITER">character style or</caseinline></switchinline> text selection.</ahelp></variable></paragraph> </section> <section id="howtoget"> diff --git a/source/text/swriter/01/05130002.xhp b/source/text/swriter/01/05130002.xhp index 93af258004..149c17fef5 100644 --- a/source/text/swriter/01/05130002.xhp +++ b/source/text/swriter/01/05130002.xhp @@ -39,11 +39,13 @@ <note id="par_id701610668103877">Use the <emph>Contains</emph> section in the Organizer to see the properties of the character style.</note> <embed href="text/shared/01/05020100.xhp#characters"/> <embed href="text/shared/01/05020200.xhp#font_effects"/> -<embed href="text/shared/02/02160000.xhp#character_highlight"/> -<embed href="text/shared/00/00000007.xhp#asia"/> <embed href="text/shared/01/05020500.xhp#position"/> <embed href="text/shared/01/05020600.xhp#asilayout"/> -<embed href="text/shared/00/00000001.xhp#zurueck2"/> +<embed href="text/shared/00/00000007.xhp#asiahinweis"/> +<embed href="text/shared/02/02160000.xhp#character_highlight"/> +<embed href="text/shared/01/05030500.xhp#borders"/> +<embed href="text/shared/00/00000001.xhp#reset"/> +<embed href="text/shared/00/00000001.xhp#apply"/> <embed href="text/shared/00/00000001.xhp#standard"/> </body> </helpdocument> |