diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-10-10 18:33:05 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-10-11 14:01:30 +0200 |
commit | 22bb0cabc27b077214c08cf71e91b13098c305ba (patch) | |
tree | 70d6e99fc836f1b8ef0c4f496376cd17a7dc3cf4 /source/text/swriter | |
parent | d13c170d0f21d8ab4d80110af95fe12bec8be5f1 (diff) |
tdf#155876 UI cmds Calc (01)
+ refactoring
+ Open/Save remote
Change-Id: I9df9a7751f15fcbfbcfdbe346a1d513d41239abe
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157800
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/main0101.xhp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/text/swriter/main0101.xhp b/source/text/swriter/main0101.xhp index fc02762c45..2d836143b3 100644 --- a/source/text/swriter/main0101.xhp +++ b/source/text/swriter/main0101.xhp @@ -28,13 +28,12 @@ <body> <section id="file"> <bookmark xml-lang="en-US" branch="hid/.uno:FileMenu" id="bm_id4299142" localize="false"/> - <h1 id="hd_id3147331" xml-lang="en-US"><link href="text/swriter/main0101.xhp">File</link></h1> <paragraph id="par_id3147352" role="paragraph" xml-lang="en-US"><ahelp hid=".">These commands apply to the current document, create a document, open an existing document, or close the application.</ahelp></paragraph> </section> <embed href="text/shared/01/01010000.xhp#new"/> <embed href="text/shared/01/01020000.xhp#open"/> - <embed href="text/shared/01/01020001.xhp#openremote"/> + <embed href="text/shared/01/OpenRemote.xhp#openremote"/> <embed href="text/shared/01/01990000.xhp#recentdocs"/> <embed href="text/shared/01/01050000.xhp#close"/> <embed href="text/shared/autopi/01000000.xhp#wizards"/> @@ -43,7 +42,7 @@ <embed href="text/shared/01/01190000.xhp#versions"/> <embed href="text/shared/01/01060000.xhp#save"/> <embed href="text/shared/01/01070000.xhp#saveas"/> - <embed href="text/shared/01/01060001.xhp#saveremote"/> + <embed href="text/shared/01/SaveAsRemote.xhp#saveremote"/> <embed href="text/shared/01/01060002.xhp#saveacopy"/> <embed href="text/shared/01/01180000.xhp#saveall"/> <embed href="text/shared/01/01070001.xhp#export"/> |