diff options
author | Dione Maddern <dionemaddern@gmail.com> | 2024-01-24 15:03:14 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-26 00:53:19 +0100 |
commit | e2e86e560d0fea20accc64f8de6fa2011f4b6488 (patch) | |
tree | fad97efd81702c9fb79a50aecb5f4050b696b7fd /source/text/shared | |
parent | c762a3dc812420858edbab9bf841ca69c133b985 (diff) |
tdf#155877 Fix broken links in Shapes and Page Menu help pages
Correct typo in /text/simpress/02/10080000.xhp so that pressing F1 opens the correct help page for Shapes > Insert > Curves and Polygons > Polygon (45 degree).
Add HID bookmark in /text/shared/02/blockarrows.xhp so that pressing f1 opens the correct help page for Shapes > Insert > Block Arrows > Up and Down Arrow Callout.
Add correct HID bookmark in /text/shared/menu/save_image.xhp so that pressing F1 opens the correct help page for Page > Save Background Image.
Add HID bookmark to /text/simpress/01/13050000.xhp so that pressing F1 opens the correct help page for Shapes > Convert.
Change-Id: I0647ae81941541923cda19e4f49538ff1159c4fe
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162531
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/02/blockarrows.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/menu/save_image.xhp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/text/shared/02/blockarrows.xhp b/source/text/shared/02/blockarrows.xhp index e2b5b858f8..0b781b9a28 100644 --- a/source/text/shared/02/blockarrows.xhp +++ b/source/text/shared/02/blockarrows.xhp @@ -60,6 +60,7 @@ <bookmark xml-lang="en-US" branch="hid/.uno:ArrowShapes.up-down--arrow-callout" id="bm_id324716" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ArrowShapes.up-right-arrow-callout" id="bm_id1066927" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ArrowShapes.quad-arrow-callout" id="bm_id2419202" localize="false"/> + <bookmark branch="hid/.uno:ArrowShapes.up-down-arrow-callout" id="bm_id991706110692573" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ArrowShapes.circular-arrow" id="bm_id7043671" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ArrowShapes.split-round-arrow" id="bm_id2651448" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ArrowShapes.s-sharped-arrow" id="bm_id3717154" localize="false"/><paragraph role="paragraph" id="par_idN1059A" xml-lang="en-US"><ahelp hid=".">Click an icon from the Block Arrows toolbar, then drag in the document to draw the shape.</ahelp></paragraph> diff --git a/source/text/shared/menu/save_image.xhp b/source/text/shared/menu/save_image.xhp index 601d9389e5..4411fa86f0 100644 --- a/source/text/shared/menu/save_image.xhp +++ b/source/text/shared/menu/save_image.xhp @@ -23,7 +23,7 @@ <bookmark_value>slide background image;save</bookmark_value> </bookmark> <section id="saveimageh1"> - <bookmark id="bm_id761566143431255" xml-lang="en-US" branch="hid/.uno:SaveBackgroundImage" localize="false"/> + <bookmark id="bm_id761566143431255" xml-lang="en-US" branch="hid/.uno:SaveBackground" localize="false"/> <h1 id="hd_id881566143431255"><link href="text/shared/menu/save_image.xhp">Save Background Image</link></h1> <paragraph id="par_id121566143431256" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".uno:SaveBackground">Saves the background image of the current <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></variable></paragraph> |