diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-17 23:32:35 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-18 00:14:00 +0100 |
commit | 421d76024ce554072d3e062345eeaa32e735f3c6 (patch) | |
tree | 096d49be8e566332d2f889a266fe0db42cf2c4db | |
parent | 9d505510f15289b1393c2b2c654b23f03790c250 (diff) |
tdf#130170 - add related topic to Create Style
( shared/01/05140100.xhp )
+ add <relatedtopics> section
+ add <embed> to guide page "Updating Styles from Selection"
( swriter/guide/stylist_update.xhp )
* update to <h1>,<h2>,<h3>
( swriter/guide/stylist_update.xhp )
+ add sys-switch for F11/Cmd+T
* update to <h1>
Change-Id: I9981d46d44f3cb3af490deb0f2b8f976fa111892
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107902
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
-rw-r--r-- | source/text/shared/01/05140100.xhp | 14 | ||||
-rw-r--r-- | source/text/swriter/guide/stylist_update.xhp | 10 |
2 files changed, 12 insertions, 12 deletions
diff --git a/source/text/shared/01/05140100.xhp b/source/text/shared/01/05140100.xhp index 1c3348bc8a..ecbc7e9db0 100644 --- a/source/text/shared/01/05140100.xhp +++ b/source/text/shared/01/05140100.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - - +<helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. * @@ -19,7 +18,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<helpdocument version="1.0"> <meta> <topic id="textshared0105140100xml" indexer="include" status="PUBLISH"> <title xml-lang="en-US" id="tit">Create Style</title> @@ -32,11 +30,15 @@ <body> <bookmark branch="hid/sfx/ui/newstyle/@@nowidget@@" xml-lang="en-US" id="bm_@@nowidget@@" localize="false"/> <bookmark branch="hid/sfx/ui/newstyle/CreateStyleDialog" xml-lang="en-US" id="bm_id3152942" localize="false"/> -<paragraph role="heading" level="1" id="hd_id3152823" xml-lang="en-US">Create Style</paragraph> +<h1 id="hd_id3152823" xml-lang="en-US">Create Style</h1> <comment>This command is a Styl_ist icon</comment> - <bookmark branch="hid/sfx/ui/newstyle/stylename" xml-lang="en-US" id="bm_id3155069" localize="false"/><paragraph role="heading" level="2" id="hd_id3152790" xml-lang="en-US">Style name</paragraph> + <bookmark branch="hid/sfx/ui/newstyle/stylename" xml-lang="en-US" id="bm_id3155069" localize="false"/> + <h2 id="hd_id3152790" xml-lang="en-US">Style name</h2> <paragraph role="paragraph" id="par_id3155599" xml-lang="en-US"><ahelp hid="sfx/ui/newstyle/stylename" visibility="visible">Enter a name for the new Style.</ahelp></paragraph> - <paragraph role="heading" level="3" id="hd_id3154682" xml-lang="en-US">List of Custom Styles</paragraph> + <h3 id="hd_id3154682" xml-lang="en-US">List of Custom Styles</h3> <paragraph role="paragraph" id="par_id3154894" xml-lang="en-US">Lists the user-defined styles that are attached to the current document.</paragraph> +<section id="relatedtopics"> + <embed href="text/swriter/guide/stylist_update.xhp#stylist_update"/> +</section> </body> </helpdocument> diff --git a/source/text/swriter/guide/stylist_update.xhp b/source/text/swriter/guide/stylist_update.xhp index d74362dd19..600c80e902 100644 --- a/source/text/swriter/guide/stylist_update.xhp +++ b/source/text/swriter/guide/stylist_update.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - <!-- * This file is part of the LibreOffice project. * @@ -18,8 +17,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - + <meta> <topic id="textswriterguidestylist_updatexml" indexer="include" status="PUBLISH"> <title xml-lang="en-US" id="tit">Updating Styles From Selections</title> @@ -33,11 +31,11 @@ <bookmark_value>Styles window; updating from selections</bookmark_value> <bookmark_value>updating; styles, from selections</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3155915" role="heading" level="1"><variable id="stylist_update"><link href="text/swriter/guide/stylist_update.xhp" name="Updating Styles From Selections">Updating Styles From Selections</link> -</variable></paragraph> +<h1 xml-lang="en-US" id="hd_id3155915"><variable id="stylist_update"><link href="text/swriter/guide/stylist_update.xhp" name="Updating Styles From Selections">Updating Styles From Selections</link> +</variable></h1> <list type="ordered"> <listitem> - <paragraph xml-lang="en-US" id="par_id3149838" role="listitem">Choose <menuitem>View - Styles</menuitem> or press <keycode>F11</keycode>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3149838" role="listitem">Choose <menuitem>View - Styles</menuitem> or press <switchinline select="sys"><caseinline select="MAC"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>.</paragraph> </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id3156107" role="listitem">Click the icon of the style category that you want to update.<comment>UFI: use "category" for consistent wording, see #i21144#</comment></paragraph> |