diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-06-09 11:31:03 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-06-09 12:54:02 +0200 |
commit | b97210c58dbbf9c16f4a4cbeba5665ada2efe6fb (patch) | |
tree | aaf6a4a85de5c002456cdd8cc08bc8901bd4b8bd | |
parent | dae8c0f4225b25d4612f7a9db86fc4518bf4b3d9 (diff) |
tdf#126658 update "defining line ends"
The content of the guide page "Defining Line Ends"
(shared/guide/lineend_define.xhp) has not been updated since
its initial checkin in 2004. This patch updates the relevant
menu commands, aligns the description with the current UI,
adds a little more precision in what gets added as an arrowhead,
and refactor to <h1> and <menuitem>.
Also, add a <relatedtopics> section to the "Arrow Styles" help page
(shared/01/05200300.xhp) with an embedded link to this guide page.
Change-Id: I3e619aadddb65b77cc7216074d18c4eb138b1774
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135393
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r-- | source/text/shared/01/05200300.xhp | 3 | ||||
-rw-r--r-- | source/text/shared/guide/lineend_define.xhp | 23 |
2 files changed, 11 insertions, 15 deletions
diff --git a/source/text/shared/01/05200300.xhp b/source/text/shared/01/05200300.xhp index 3df6aba90d..4f30b1f52c 100644 --- a/source/text/shared/01/05200300.xhp +++ b/source/text/shared/01/05200300.xhp @@ -57,5 +57,8 @@ <h2 id="hd_id3158432" xml-lang="en-US">Save Arrow Styles</h2> <paragraph role="paragraph" id="par_id3152944" xml-lang="en-US"><ahelp hid="cui/ui/lineendstabpage/BTN_SAVE">Saves the current list of arrow styles, so that you can load it later.</ahelp></paragraph> <embed href="text/shared/00/00000001.xhp#preview_field"/> +<section id="relatedtopics"> +<embed href="text/shared/guide/lineend_define.xhp#lineend_define"/> +</section> </body> </helpdocument> diff --git a/source/text/shared/guide/lineend_define.xhp b/source/text/shared/guide/lineend_define.xhp index f0b18727b6..791e02aa15 100644 --- a/source/text/shared/guide/lineend_define.xhp +++ b/source/text/shared/guide/lineend_define.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,11 +17,10 @@ * 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="textsharedguidelineend_definexml" indexer="include"> -<title id="tit" xml-lang="en-US">Defining Line Ends</title> +<title id="tit" xml-lang="en-US">Defining Arrow Styles</title> <filename>/text/shared/guide/lineend_define.xhp</filename> </topic> </meta> @@ -30,23 +28,18 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3146117"><bookmark_value>defining; arrowheads and other line ends</bookmark_value> <bookmark_value>arrows; defining arrow heads</bookmark_value> <bookmark_value>lines;defining ends</bookmark_value> -</bookmark><comment>mw changed "line ends;" to "lines;"</comment> -<paragraph role="heading" id="hd_id3146117" xml-lang="en-US" level="1"><variable id="lineend_define"><link href="text/shared/guide/lineend_define.xhp" name="Defining Line Ends">Defining Line Ends</link> -</variable></paragraph> -<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US">You can define any object to be included in the list of available line ends.</paragraph> +</bookmark> +<h1 id="hd_id3146117" xml-lang="en-US"><variable id="lineend_define"><link href="text/shared/guide/lineend_define.xhp" name="Defining Line Ends">Defining Arrow Styles</link></variable></h1> +<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US">You can define any shape to be included in the list of available arrow styles. Only the form of the shape is added as a black filled arrowhead.</paragraph> <list type="ordered"> <listitem> -<paragraph role="paragraph" id="par_id3147653" xml-lang="en-US">Use the draw functions to create an object to be used as a line end.</paragraph> +<paragraph role="paragraph" id="par_id3147653" xml-lang="en-US">Use the draw functions to create the shape to be used as an arrow style.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3149795" xml-lang="en-US">Select the object and choose <emph>Format - </emph><switchinline select="appl"><caseinline select="WRITER"><emph>Drawing Object - </emph> -</caseinline><caseinline select="CALC"><emph>Graphic - </emph> -</caseinline></switchinline> - -<emph>Line</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3149795" xml-lang="en-US">Select the shape and choose <menuitem>Format - </menuitem><switchinline select="appl"><caseinline select="DRAW"></caseinline> <defaultinline><menuitem>Text Box and Shape - </menuitem></defaultinline></switchinline><menuitem>Line</menuitem>.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US">In the dialog, click the <emph>Arrow Styles</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US">In the dialog, click the <menuitem>Arrow Styles</menuitem> tab.</paragraph> </listitem> <listitem> <paragraph role="paragraph" id="par_id3149765" xml-lang="en-US">Click <emph>Add</emph> and assign a name to the new arrow style.</paragraph> |