diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-23 09:18:10 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-11-03 14:16:43 +0100 |
commit | 0d798e62a062274573818ef3a9442db82730b1e2 (patch) | |
tree | 02988ad1b1c47c995b781ff2fafd53e0ef1c6d2c /source/text/sdraw | |
parent | 1f43f06696448efd5b6bf076be0162e66361643a (diff) |
update help page for Edit - Links to External Files
- updated "generic" explanation used by all modules with "links_text"
variable.
This explanation is now embedded in the overview of the Edit menu
help page for all modules.
- added module switch (after generic explanation), to indicate which
specific kinds of links can be edited. (Kudos to Mike Kaganski
for essential help)
- change label: Links --> Links to External Files
- also in access command in edit_menu
- reorganize controls to correspond to dialog order
- move paragraph about double-click to under "Source" heading
- move <notes> to end of page -- they are not directly relevant
to the command, but the information is generally relevant to those
who would use this command, and not found currently elsewhere.
- remove sys-specific warning about local cache (thanks again Mike)
- add embed about "Close" command
- removed "verknuepfungentext" variable and updated sdraw to use
"links_text" like other modules (this was only place where
that variable was used).
- update to: <h1>,<h2>,<warning>,<note>
- add some <keycode> to edit_menu
Change-Id: Idea3c38569f139a8d2e51de3c75a238c5fc35cf8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104677
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'source/text/sdraw')
-rw-r--r-- | source/text/sdraw/main_edit.xhp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/text/sdraw/main_edit.xhp b/source/text/sdraw/main_edit.xhp index d1e013766e..45a5216e41 100644 --- a/source/text/sdraw/main_edit.xhp +++ b/source/text/sdraw/main_edit.xhp @@ -19,7 +19,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <meta> <topic id="textsdrawmain_editxml" indexer="include"> <title id="tit" xml-lang="en-US">Edit</title> @@ -52,7 +51,7 @@ <embed href="text/simpress/01/02160000.xhp#feldbefehltext"/> <embed href="text/simpress/01/02130000.xhp#delete_slide"/><comment>UFI removed Layer command (as I did in zillion CWSs before...)</comment> <h2 id="hd_id3156446"><link href="text/shared/01/02180000.xhp" name="Links">Links</link></h2> -<embed href="text/shared/01/02180000.xhp#verknuepfungentext"/> +<embed href="text/shared/01/02180000.xhp#links_text"/> <embed href="text/shared/01/02200000.xhp#object"/> <h2 id="hd_id3157867"><link href="text/shared/02/09070000.xhp" name="Hyperlink">Hyperlink</link></h2> <embed href="text/shared/02/09070000.xhp#hyperdiatext"/> |