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/shared | |
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/shared')
-rw-r--r-- | source/text/shared/01/OpenRemote.xhp (renamed from source/text/shared/01/01020001.xhp) | 4 | ||||
-rw-r--r-- | source/text/shared/01/SaveAsRemote.xhp (renamed from source/text/shared/01/01060001.xhp) | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/source/text/shared/01/01020001.xhp b/source/text/shared/01/OpenRemote.xhp index 9b176128a4..fc28428bb6 100644 --- a/source/text/shared/01/01020001.xhp +++ b/source/text/shared/01/OpenRemote.xhp @@ -12,7 +12,7 @@ <meta> <topic id="openremotefile" indexer="include" status="PUBLISH"> <title id="tit">Open Remote...</title> - <filename>/text/shared/01/01020001.xhp</filename> + <filename>/text/shared/01/OpenRemote.xhp</filename> </topic> </meta> <body> @@ -22,7 +22,7 @@ <bookmark_value>remote file; open</bookmark_value> <bookmark_value>open; remote file</bookmark_value> </bookmark> -<h1 id="hd_id151513629025611"><link href="text/shared/01/01020001.xhp">Open Remote</link></h1> +<h1 id="hd_id151513629025611"><link href="text/shared/01/OpenRemote.xhp">Open Remote</link></h1> <paragraph id="par_id771513629025613" role="paragraph"><variable id="openremote1"><ahelp hid=".uno:OpenRemote">Opens a document located in a remote file service.</ahelp></variable></paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/01/01060001.xhp b/source/text/shared/01/SaveAsRemote.xhp index 8b2f38beaf..aa66ea6958 100644 --- a/source/text/shared/01/01060001.xhp +++ b/source/text/shared/01/SaveAsRemote.xhp @@ -12,17 +12,17 @@ <meta> <topic id="saveremotefile" indexer="include" status="PUBLISH"> <title id="tit">Save Remote...</title> - <filename>/text/shared/01/01060001.xhp</filename> + <filename>/text/shared/01/SaveAsRemote.xhp</filename> </topic> </meta> <body> -<section id="saveremote"> -<bookmark id="bm_id781513629025611" branch="hid/.uno:SaveRemote" localize="false"/><bookmark branch="index" id="bm_id381513636896997"> +<bookmark id="bm_id781513629025611" branch="hid/.uno:SaveAsRemote" localize="false"/><bookmark branch="index" id="bm_id381513636896997"> <bookmark_value>remote file; save</bookmark_value> <bookmark_value>save; remote file</bookmark_value> </bookmark> +<section id="saveremote"> <h1 id="hd_id151513629025611"><link href="text/shared/01/01060001.xhp">Save Remote...</link></h1> - <paragraph id="par_id771513629025613" role="paragraph"><variable id="saveremote1"><ahelp hid=".uno:SaveRemote">Saves a document located in a remote file service.</ahelp></variable></paragraph> + <paragraph id="par_id771513629025613" role="paragraph"><variable id="saveremote1"><ahelp hid=".uno:SaveAsRemote">Saves a document located in a remote file service.</ahelp></variable></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#saveremote"/> |