From 22bb0cabc27b077214c08cf71e91b13098c305ba Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Tue, 10 Oct 2023 18:33:05 -0300 Subject: 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 --- source/text/shared/01/01020001.xhp | 36 ---------------------------------- source/text/shared/01/01060001.xhp | 35 --------------------------------- source/text/shared/01/OpenRemote.xhp | 36 ++++++++++++++++++++++++++++++++++ source/text/shared/01/SaveAsRemote.xhp | 35 +++++++++++++++++++++++++++++++++ 4 files changed, 71 insertions(+), 71 deletions(-) delete mode 100644 source/text/shared/01/01020001.xhp delete mode 100644 source/text/shared/01/01060001.xhp create mode 100644 source/text/shared/01/OpenRemote.xhp create mode 100644 source/text/shared/01/SaveAsRemote.xhp (limited to 'source/text/shared') diff --git a/source/text/shared/01/01020001.xhp b/source/text/shared/01/01020001.xhp deleted file mode 100644 index 9b176128a4..0000000000 --- a/source/text/shared/01/01020001.xhp +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - Open Remote... - /text/shared/01/01020001.xhp - - - -
- - -remote file; open -open; remote file - -

Open Remote

- Opens a document located in a remote file service. -
-
- -
- A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups. -
- Opening and saving files in remote servers -
- -
diff --git a/source/text/shared/01/01060001.xhp b/source/text/shared/01/01060001.xhp deleted file mode 100644 index 8b2f38beaf..0000000000 --- a/source/text/shared/01/01060001.xhp +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - Save Remote... - /text/shared/01/01060001.xhp - - - -
- -remote file; save -save; remote file - -

Save Remote...

- Saves a document located in a remote file service. -
-
- -
-A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups. -
- Opening and saving files in remote servers -
- -
diff --git a/source/text/shared/01/OpenRemote.xhp b/source/text/shared/01/OpenRemote.xhp new file mode 100644 index 0000000000..fc28428bb6 --- /dev/null +++ b/source/text/shared/01/OpenRemote.xhp @@ -0,0 +1,36 @@ + + + + + + + Open Remote... + /text/shared/01/OpenRemote.xhp + + + +
+ + +remote file; open +open; remote file + +

Open Remote

+ Opens a document located in a remote file service. +
+
+ +
+ A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups. +
+ Opening and saving files in remote servers +
+ +
diff --git a/source/text/shared/01/SaveAsRemote.xhp b/source/text/shared/01/SaveAsRemote.xhp new file mode 100644 index 0000000000..aa66ea6958 --- /dev/null +++ b/source/text/shared/01/SaveAsRemote.xhp @@ -0,0 +1,35 @@ + + + + + + + Save Remote... + /text/shared/01/SaveAsRemote.xhp + + + + +remote file; save +save; remote file + +
+

Save Remote...

+ Saves a document located in a remote file service. +
+
+ +
+A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups. +
+ Opening and saving files in remote servers +
+ +
-- cgit