diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-07 10:17:28 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-12-08 12:53:48 +0100 |
commit | d6aef8e38dc5f623b7c1b79d817c94e546ecb86c (patch) | |
tree | ef0a308c51ed059ea67545c9bbc01ff55bbcb5c3 /source/auxiliary | |
parent | 5eb5d19468c2b84d1adfef20d1723c8c7d6289f3 (diff) |
tdf#107229 replace links from template_{create,default} with standard
In https://gerrit.libreoffice.org/c/help/+/105855,
standard_template.xhp was updated to give explanations about
creating and modifying default and custom templates. This
updated page makes "template_create.xhp" and "template_default.xhp"
obsolete. This patch replaces all links to those pages
with links to "standard_template.xhp". No attempt was made
to update the content of "template_create.xhp" and
"template_default.xhp". (Also, the content of these two files are
almost identical.)
( swriter/guide/main.xhp )
* replace template_create, template_default with standard_template
* update two <h2>
( swriter/guide/templates_styles.xhp )
* replace template_default with standard_template
- remove incorrect link to predefined templates
* correct spelling mistake
( shared/guide/template_manager.xhp )
* replace template_create with standard_template
( swriter/guide/templates_styles.xhp )
* replace template_default with standard_template
( swriter/guide/using_hyphen.xhp )
* replace template_default with standard_template
( swriter/guide/text_direct_cursor.xhp )
* replace template_default with standard_template
- delete template_create
* update all icon sizes to 1cm
* update to <h1>,<relatedtopics>
( swriter/guide/template_create.xhp )
* replace template_default with standard_template
( swriter/guide/template_default.xhp )
* update to <h1>,<h2>,<relatedtopics>
( shared/guide/standard_template.xhp )
- removed template_default from <relatedtopics>
( auxiliary/swriter.tree )
* replace template_create,template_default with standard_template
( shared/guide/aaa_start.xhp )
+ add link to template_styles in "related topics"
* update to <h1>,<h2>,<relatedtopics>
Change-Id: I3e24bdac060339ca15c3ddfb5f1bc34f5e8e77ab
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107302
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 452d30de3107e088c203c61e761a1319b528d789)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107379
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/swriter.tree | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/auxiliary/swriter.tree b/source/auxiliary/swriter.tree index 1902039ff2..26d2cd2381 100644 --- a/source/auxiliary/swriter.tree +++ b/source/auxiliary/swriter.tree @@ -135,8 +135,7 @@ <topic id="swriter/text/swriter/guide/load_styles.xhp">Using Styles From Another Document or Template</topic> <topic id="swriter/text/swriter/guide/stylist_fromselect.xhp">Creating New Styles From Selections</topic> <topic id="swriter/text/swriter/guide/stylist_update.xhp">Updating Styles From Selections</topic> -<topic id="swriter/text/swriter/guide/template_create.xhp">Creating a Document Template</topic> -<topic id="swriter/text/swriter/guide/template_default.xhp">Changing the Default Template</topic> +<topic id="swriter/text/swriter/guide/standard_template.xhp">Creating and Changing Default and Custom Templates</topic> </node> <topic id="swriter/text/swriter/guide/pageorientation.xhp">Changing Page Orientation (Landscape or Portrait)</topic> <topic id="swriter/text/swriter/guide/text_capital.xhp">Changing the Case of Text</topic> |