diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-02-24 15:52:10 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-02-24 16:31:58 +0100 |
commit | 81d34863f3a8d919639341bbb15b1bc28bb68dec (patch) | |
tree | 3ae308c7cee91d201a2f25e3e9de515753332bf2 /source | |
parent | 1936bfe6697be30202547a7775bda81d6b8d0211 (diff) |
update help page about working with Master documents
- correct command for adding files
- generalize command about exporting to text documents, and
correct the command instructions.
- add link in Related topics to Master documents
Change-Id: Ifc7c0ed4893d837e3af98bdac751de60d0971080
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89283
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
Diffstat (limited to 'source')
-rw-r--r-- | source/text/swriter/guide/globaldoc_howtos.xhp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source/text/swriter/guide/globaldoc_howtos.xhp b/source/text/swriter/guide/globaldoc_howtos.xhp index df41251dbb..0cae87b8cf 100644 --- a/source/text/swriter/guide/globaldoc_howtos.xhp +++ b/source/text/swriter/guide/globaldoc_howtos.xhp @@ -66,7 +66,7 @@ <list type="unordered"> <listitem> - <paragraph id="par_id3156240" role="listitem" xml-lang="en-US">To insert an existing file as a subdocument, choose <emph>File</emph>, locate the file that you want to include, and then click <emph>OK</emph>.</paragraph> + <paragraph id="par_id3156240" role="listitem" xml-lang="en-US">To insert an existing file as a subdocument, choose <menuitem>File</menuitem>, locate the file that you want to include, and then click <emph>Open</emph>.</paragraph> </listitem> <listitem> <paragraph id="par_id3145405" role="listitem" xml-lang="en-US">To create a new subdocument, choose <emph>New Document</emph>, type a name for the file, and then click <emph>Save</emph>.</paragraph> @@ -148,19 +148,20 @@ </listitem> </list> -<paragraph id="hd_id3145228" role="heading" level="3" xml-lang="en-US">To Export a Master Document as a <item type="productname">%PRODUCTNAME</item> Text Document</paragraph> +<paragraph id="hd_id3145228" role="heading" level="3" xml-lang="en-US">To Export a Master Document</paragraph> <list type="ordered"> <listitem> <paragraph id="par_id3150315" role="listitem" xml-lang="en-US">Choose <item type="menuitem">File - Export</item>.</paragraph> </listitem> <listitem> - <paragraph id="par_id3148580" role="listitem" xml-lang="en-US">In the <emph>File format</emph> list, select a text document file format and click <emph>Export</emph>.</paragraph> + <paragraph id="par_id3148580" role="listitem" xml-lang="en-US">In the <emph>Save as type</emph> list, select a text document file format and click <emph>Save</emph>.</paragraph> </listitem> </list> <paragraph id="par_id8371227" role="note" xml-lang="en-US">The subdocuments will be exported as sections. Use <item type="menuitem">Format - Sections</item> to unprotect and remove sections, if you prefer a plain text document without sections.</paragraph> <section id="relatedtopics"> +<embed href="text/swriter/guide/globaldoc.xhp#globaldoc"/> <embed href="text/swriter/guide/indices_multidoc.xhp#indices_multidoc"/> <paragraph id="par_id3154382" role="paragraph" xml-lang="en-US"><link href="text/shared/01/02110000.xhp" name="Navigator in master mode">Navigator in master mode</link></paragraph> </section> |