diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-20 13:20:49 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-20 22:55:07 +0100 |
commit | a35f8b648fd4bac70bbde0554a2d4051c7633cde (patch) | |
tree | 2c41810c7ce34156e837a52f14e8bf162e035387 /source/text/shared | |
parent | fb0af5ca08c6c9cff2223e641dbd73f9cd2c47c0 (diff) |
tdf#146336 Fix missing default in Help page
Logic was designed for moduls with page formatting.
MATH, BASE and unknown module were not handled. Default is
for Writer.
Change-Id: I4d92a37110a342274a3d131f025213716134dd60
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127191
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/00/00040500.xhp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/text/shared/00/00040500.xhp b/source/text/shared/00/00040500.xhp index 3fca0e1133..21fba358db 100644 --- a/source/text/shared/00/00040500.xhp +++ b/source/text/shared/00/00040500.xhp @@ -189,6 +189,9 @@ <paragraph id="par_id31543624680" role="paragraph">Choose <menuitem>View - Styles</menuitem> <switchinline select="sys"><caseinline select="MAC"><keycode>(Command+T)</keycode></caseinline> <defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - open context menu of a page style entry and choose <emph>Modify/New - Page</emph> tab.</paragraph> </case> +<default> +<paragraph id="par_id3133357" role="paragraph">Choose <menuitem>Format - Page Style - Page</menuitem> tab (Writer).</paragraph> +</default> </switch> </section> <section id="header"> |