diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-22 16:19:08 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-22 20:20:44 +0100 |
commit | 5c4fdb89c9810bd961717a09a4c4cf177fa5b3d5 (patch) | |
tree | 391625983fb234ef6d09b15f12e2f73c6726a0bc /source/auxiliary | |
parent | ad8d101fec688539999cab824616f990a2cb0293 (diff) |
tdf#159111 add .uno:PickList to Help
+ File menu command is now .uno:PickList and not .uno:FileMenu anymore
+ .uno:PickList is common to all modules
+ Refactor file menu into one Help page, with module switch
+ Adjust tree
+ remove old file menus help page main0101.xhp
Change-Id: I7fc9d07fdcca1d4a3062e656f81a0bafd6bafa44
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162415
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/scalc.tree | 2 | ||||
-rw-r--r-- | source/auxiliary/sdraw.tree | 2 | ||||
-rw-r--r-- | source/auxiliary/simpress.tree | 2 | ||||
-rw-r--r-- | source/auxiliary/swriter.tree | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source/auxiliary/scalc.tree b/source/auxiliary/scalc.tree index ec42377e9e..df45b965f7 100644 --- a/source/auxiliary/scalc.tree +++ b/source/auxiliary/scalc.tree @@ -31,7 +31,7 @@ <node id="0802" title="Command and Menu Reference"> <node id="080201" title="Menus"> <topic id="scalc/text/scalc/main0100.xhp">Menus</topic> - <topic id="scalc/text/scalc/main0101.xhp">File</topic> + <topic id="shared/text/shared/menu/PickList.xhp">File</topic> <topic id="scalc/text/scalc/main0102.xhp">Edit</topic> <topic id="scalc/text/scalc/main0103.xhp">View</topic> <topic id="scalc/text/scalc/main0104.xhp">Insert</topic> diff --git a/source/auxiliary/sdraw.tree b/source/auxiliary/sdraw.tree index a1e4f92ab7..16fe5872d1 100644 --- a/source/auxiliary/sdraw.tree +++ b/source/auxiliary/sdraw.tree @@ -19,7 +19,7 @@ <node id="1102" title="Command and Menu Reference"> <node id="11020201" title="Menus"> <topic id="sdraw/text/sdraw/main0100.xhp">Menus</topic> - <topic id="sdraw/text/sdraw/main0101.xhp">File</topic> + <topic id="shared/text/shared/menu/PickList.xhp">File</topic> <topic id="sdraw/text/sdraw/main_edit.xhp">Edit</topic> <topic id="sdraw/text/sdraw/main0103.xhp">View</topic> <topic id="sdraw/text/sdraw/main_insert.xhp">Insert</topic> diff --git a/source/auxiliary/simpress.tree b/source/auxiliary/simpress.tree index 59ac60cac1..dfb97badf2 100644 --- a/source/auxiliary/simpress.tree +++ b/source/auxiliary/simpress.tree @@ -29,7 +29,7 @@ <node id="0402" title="Command and Menu Reference"> <node id="04020101" title="Menus"> <topic id="simpress/text/simpress/main0100.xhp">Menus</topic> - <topic id="simpress/text/simpress/main0101.xhp">File</topic> + <topic id="shared/text/shared/menu/PickList.xhp">File</topic> <topic id="simpress/text/simpress/main_edit.xhp">Edit</topic> <topic id="simpress/text/simpress/main0103.xhp">View</topic> <topic id="simpress/text/simpress/main0104.xhp">Insert</topic> diff --git a/source/auxiliary/swriter.tree b/source/auxiliary/swriter.tree index fffccea28e..dbc6c616b5 100644 --- a/source/auxiliary/swriter.tree +++ b/source/auxiliary/swriter.tree @@ -30,7 +30,7 @@ <node id="0202" title="Command and Menu Reference"> <node id="020201" title="Menus"> <topic id="swriter/text/swriter/main0100.xhp">Menus</topic> - <topic id="swriter/text/swriter/main0101.xhp">File</topic> + <topic id="shared/text/shared/menu/PickList.xhp">File</topic> <topic id="swriter/text/swriter/main0102.xhp">Edit</topic> <topic id="swriter/text/swriter/main0103.xhp">View</topic> <topic id="swriter/text/swriter/main0104.xhp">Insert</topic> |