diff options
author | gar Soul <tremany@yahoo.com> | 2020-12-07 20:06:07 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-12-09 23:40:20 +0100 |
commit | b9a3bdeb9ede49b13e65c0f2c403ef5fbed6e0ee (patch) | |
tree | 9c753848262a1910ecc5f57c49c613b9c6a3b382 /source | |
parent | d6aef8e38dc5f623b7c1b79d817c94e546ecb86c (diff) |
tdf#95147 Add note to use Optimal Height with wrapping in XLS files
Change-Id: Ia7a0f3a1cdbb514f95a19cf1496b0b82bd1626cd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107308
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
(cherry picked from commit a097662d6678263bb91b6a1dc1f5494fbf47bf38)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107483
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/guide/text_wrap.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/guide/breaking_lines.xhp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source/text/scalc/guide/text_wrap.xhp b/source/text/scalc/guide/text_wrap.xhp index 3038210bf9..d09c52b176 100644 --- a/source/text/scalc/guide/text_wrap.xhp +++ b/source/text/scalc/guide/text_wrap.xhp @@ -50,6 +50,7 @@ <paragraph role="listitem" id="par_id3148575" xml-lang="en-US">In <emph>Format - Cells - Alignment</emph>, mark the <emph>Wrap text automatically</emph> option and click OK.</paragraph> </listitem> </list> +<note id="note_xls_optimal_height">For automatic wrapping in XLS files, the rows in question should be set to Optimal Height.</note> </section> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id3145799" xml-lang="en-US"><link href="text/scalc/01/05020000.xhp" name="Format - Cells">Format - Cells</link></paragraph> diff --git a/source/text/shared/guide/breaking_lines.xhp b/source/text/shared/guide/breaking_lines.xhp index e7dd4b9840..81fd3f9e74 100644 --- a/source/text/shared/guide/breaking_lines.xhp +++ b/source/text/shared/guide/breaking_lines.xhp @@ -59,6 +59,7 @@ </listitem> <listitem> <paragraph xml-lang="en-US" id="par_idN106F9" role="paragraph">Select <emph>Wrap text automatically</emph>.</paragraph> + <embed href="text/scalc/guide/text_wrap.xhp#note_xls_optimal_height"/> </listitem> </list> <paragraph xml-lang="en-US" id="par_idN10700" role="heading" level="2">Inserting line breaks in $[officename] Writer text document tables</paragraph> |