diff options
author | Bogdan B <buzea.bogdan@libreoffice.org> | 2022-12-17 10:51:11 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-12-19 09:43:08 +0000 |
commit | 1f35280c910cf4a26a36666d24a956dd5ac56253 (patch) | |
tree | f9031f88e2d3b885cd5bf6071688cb11ecc171fd | |
parent | 81700be18fb54265c2866c5be4d5bc75d41aa91d (diff) |
tdf#152551 Correct template usage for new files
Change-Id: I5cc1678733fee8e4e5f97c1a1ba8391fb85692f1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144362
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 1e092fa52ec29ae38cbe77092356c21543377977)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144474
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/swriter/guide/templates_styles.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/guide/templates_styles.xhp b/source/text/swriter/guide/templates_styles.xhp index 0caa3519a8..919c001aa8 100644 --- a/source/text/swriter/guide/templates_styles.xhp +++ b/source/text/swriter/guide/templates_styles.xhp @@ -33,7 +33,7 @@ <h1 xml-lang="en-US" id="hd_id3153396"><variable id="templates_styles"><link href="text/swriter/guide/templates_styles.xhp">Templates and Styles</link> </variable></h1> <paragraph xml-lang="en-US" id="par_id3149635" role="paragraph">A template is a document that contains specific formatting styles, graphics, tables, objects, and other information. A template is used as the basis for creating other documents. For example, you can define paragraph and character styles in a document, save the document as a template, and then use the template to create a new document with the same styles.</paragraph> - <paragraph xml-lang="en-US" id="par_id3149957" role="paragraph">Unless you specify otherwise, every new $[officename] text document is based on the default template.</paragraph> + <paragraph xml-lang="en-US" id="par_id3149957" role="paragraph">You can set a default template, so every new $[officename] document would use it, unless you specified otherwise (for example, when you create a new document from a different template).</paragraph> <paragraph xml-lang="en-US" id="par_id3149974" role="paragraph">$[officename] has a number of predefined templates that you can use to create different types of text documents, such as business letters.</paragraph> <section id="relatedtopics"> <embed href="text/swriter/guide/load_styles.xhp#load_styles"/> |