Bug 154364

Summary: [LOCALHELP]Housekeeping: replace embedded "related topics" with section "related topics"
Product: LibreOffice Reporter: Olivier Hallot <olivier.hallot>
Component: DocumentationAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: olivier.hallot
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard: target:7.6.0
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 80430    

Description Olivier Hallot 2023-03-24 14:10:44 UTC
Many Help XHP files ends with "Related topics" at the bottom.

The "Related Topics" was implemented with

<embed href="text/shared/00/00000004.xhp#related"/>
(...)


But it also can be implemented with 

<section id="relatedtopics">
(...)
</section>

The task is to replace the <embed ...> with the <section id=...>.
Comment 1 Commit Notification 2023-03-24 14:29:24 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/ed90b5c51e0cda59e30995bbfb26d9ea69123fe8

tdf#154364 (part) refactor "related topics" for swriter/guide/
Comment 2 Commit Notification 2023-03-25 12:26:37 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/7062dbc3016bf22b8294a7d6998e0441523f1895

tdf#154364 (part) refactor "related topics" for swriter
Comment 3 Rafael Lima 2023-03-25 13:30:08 UTC
+1 from my side!
Comment 4 Commit Notification 2023-03-26 20:49:30 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/7484a8aa5d9f1350d4272aa3a1ed894cc05e102e

tdf#154364 (part) refactor "related topics" for smath
Comment 5 Commit Notification 2023-03-26 20:51:33 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/802dff23502b199e496847b3091a557e8e4c793b

tdf#154364 (part) refactor "related topics" for simpress
Comment 6 Commit Notification 2023-03-27 15:59:30 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/68257fa557206cc11dfcad9fdb037eaceb131217

tdf#154364 (final) refactor "related topics" for share/guide