diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-04 17:31:59 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-05 11:29:39 +0200 |
commit | e78f85e22164d1184e180aa76967a44380fb5046 (patch) | |
tree | d9dfebb439b1b457cafde9388661e8d2de2a7dfb /source/text/swriter | |
parent | dc5892390d0ae3e7acae437ea3c8916564cabaf8 (diff) |
tdf#137084 add the More Breaks submenu to Insert help page
-add menu icons to More Breaks submenu page
Change-Id: I276715a394dd3ec04b80f75e52089bc799b5d261
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103804
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/main0104.xhp | 3 | ||||
-rw-r--r-- | source/text/swriter/menu/submenu_more_breaks.xhp | 9 |
2 files changed, 7 insertions, 5 deletions
diff --git a/source/text/swriter/main0104.xhp b/source/text/swriter/main0104.xhp index fbcd116578..688166be79 100644 --- a/source/text/swriter/main0104.xhp +++ b/source/text/swriter/main0104.xhp @@ -33,8 +33,7 @@ </section> <h2 id="hd_id030420160850525240" xml-lang="en-US">Page Break</h2> <paragraph id="par_id030420160850533104" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertPagebreak">Inserts a manual page break at the current cursor position and places the cursor at the beginning of the next page.</ahelp></paragraph> -<h2 id="hd_id3155376" xml-lang="en-US"><link href="text/swriter/01/04010000.xhp" name="Manual Break">Manual Break</link></h2> -<embed href="text/swriter/01/04010000.xhp#manual_break_text"/> +<embed href="text/swriter/menu/submenu_more_breaks.xhp#morebreaks_submenu"/> <h2 id="hd_id3158442" xml-lang="en-US"><link href="text/shared/01/04140000.xhp" name="Image">Image</link></h2> <embed href="text/shared/01/04140000.xhp#image_text"/> <embed href="text/shared/menu/insert_chart.xhp#chart"/> diff --git a/source/text/swriter/menu/submenu_more_breaks.xhp b/source/text/swriter/menu/submenu_more_breaks.xhp index fc27bed968..c8242217fc 100644 --- a/source/text/swriter/menu/submenu_more_breaks.xhp +++ b/source/text/swriter/menu/submenu_more_breaks.xhp @@ -22,13 +22,16 @@ <section id="morebreaks_submenu"> <h1 id="hd_id651601651730204"> <link href="text/text/swriter/menu/submenu_more_breaks.xhp" name="morebreaks">More Breaks</link></h1> - <paragraph role="paragraph" id="par_id911601651828340" xml-lang="en-US"><ahelp hid=".">Submenu with additional line, column, and page breaks</ahelp></paragraph> +<paragraph role="paragraph" id="par_id911601651828340" xml-lang="en-US"><ahelp hid=".">Submenu with additional line, column, and page breaks</ahelp></paragraph> </section> <h2 id="hd_id41601652439817">Insert Manual Row Break</h2> -<embed href="text/swriter/01/04010000.xhp#row_break)"/> +<paragraph role="image" id="par_id41601888013000"><image src="cmd/lc_insertlinebreak.svg" id="img_id281601888013000" width="1cm" height="1cm"><alt id="alt_id381601888013000">Manual Row Break Icon</alt></image></paragraph> +<embed href="text/swriter/01/04010000.xhp#row_break"/> <h2 id="hd_id531601652875225">Insert Manual Column Break</h2> -<embed href="text/swriter/01/04010000.xhp#column_break)"/> +<paragraph role="image" id="par_id121601888786076"><image src="cmd/lc_insertcolumnbreak.svg" id="img_id851601888786076" width="1cm" height="1cm"><alt id="alt_id881601888786076">Manual Column Break Icon</alt></image></paragraph> +<embed href="text/swriter/01/04010000.xhp#column_break"/> <h2 id="hd_id281601654787535"><link href="text/swriter/01/04010000.xhp" name="Manual Break">Manual Break</link></h2> +<paragraph role="image" id="par_id621601889272427"><image src="cmd/lc_insertbreak.svg" id="img_id461601889272427" width="1cm" height="1cm"><alt id="alt_id31601889272427">Manual Break icon</alt></image></paragraph> <embed href="text/swriter/01/04010000.xhp#manual_break_text"/> </body> </helpdocument> |