diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-07-01 16:29:25 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-05-31 16:06:16 +0200 |
commit | 36b8bd4e7d31ff18c9e8ce85718aa8e9a3f1edcd (patch) | |
tree | cb153156fb49a0e43ad52fbd288419caa29ba79a /source | |
parent | 26a4384689855508e662ae04cb49852280db50ee (diff) |
tdf#121367; tdf#153876 followup to workaround <switch> behavior
For some reason, possibly related to tdf#144859,
WRITER is not included in <default>, even though it should.
Patch repeats the <embeds> found in <default> for Writer,
so that they will also appear with WRITER in help.
Change-Id: I05300853717dcc555645cbf98f8089f70ce3e779
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136712
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/02/04210000.xhp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/text/shared/02/04210000.xhp b/source/text/shared/02/04210000.xhp index acad30ec89..aba508714d 100644 --- a/source/text/shared/02/04210000.xhp +++ b/source/text/shared/02/04210000.xhp @@ -44,6 +44,20 @@ </section> <paragraph role="paragraph" id="par_id3149485" xml-lang="en-US">You can select from the following functions:</paragraph> <switch select="appl"> +<case select="WRITER"> +<embed href="text/shared/01/minimal_row_height.xhp#minimal_row_height"/> +<embed href="text/shared/00/00040500.xhp#syminimal_row_height"/> +<embed href="text/swriter/01/05110200.xhp#optimal_row_height"/> +<embed href="text/shared/00/00040500.xhp#syoptimal_row_height"/> +<embed href="text/shared/01/05110600m.xhp#distribute_rows_equally"/> +<embed href="text/shared/00/00040500.xhp#sydistribute_rows_evenly"/> +<embed href="text/shared/01/minimal_column_width.xhp#minimal_column_width"/> +<embed href="text/shared/00/00040500.xhp#syminimal_column_width"/> +<embed href="text/swriter/01/05120200.xhp#optimal_column_width"/> +<embed href="text/shared/00/00040500.xhp#syoptimal_column_width"/> +<embed href="text/shared/01/05120600.xhp#distribute_columns_equally"/> +<embed href="text/shared/00/00040500.xhp#sydistribute_columns_evenly"/> +</case> <case select="CALC"></case> <default> <embed href="text/shared/01/minimal_row_height.xhp#minimal_row_height"/> |