source/text/shared/02/04210000.xhp |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

New commits:
commit 36b8bd4e7d31ff18c9e8ce85718aa8e9a3f1edcd
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Fri Jul 1 16:29:25 2022 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Wed May 31 16:06:16 2023 +0200

    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.bla...@youmail.dk>
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

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"/>

Reply via email to