diff options
author | Bogdan B <buzea.bogdan@libreoffice.org> | 2022-12-08 20:12:05 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-12-12 17:38:01 +0000 |
commit | b145c182c198f2039da951f96931f7181f2db4be (patch) | |
tree | d0cf3f321c9610925fcde996ce0877b656480a71 | |
parent | 79a1aad15a9024a25e83b9ceb47455f63434e4bd (diff) |
tdf#152022 Improve Select Text and Edit Mode
Select Text was wrongly linking to Edit mode page. The hyperlink is now removed. Also is impossible to be in Edit mode and active Edit mode, so it can't be activate or deactivate edit mode.
Change-Id: I1d759b3962692c2dcec181267045d15f934325ec
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143728
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 0743da9a51f1d7733f436d0144e35e8536e56583)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144017
-rw-r--r-- | source/text/shared/02/07070000.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/main0102.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/02/07070000.xhp b/source/text/shared/02/07070000.xhp index f325143be0..2aedcbf4c2 100644 --- a/source/text/shared/02/07070000.xhp +++ b/source/text/shared/02/07070000.xhp @@ -39,7 +39,7 @@ </bookmark><comment>mw inserted "Edit File icon" entry</comment> <bookmark xml-lang="en-US" branch="hid/.uno:EditDoc" id="bm_id2451362" localize="false"/> <h1 id="hd_id3148520" xml-lang="en-US"><link href="text/shared/02/07070000.xhp">Edit Mode</link></h1> -<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid=".uno:EditDoc" visibility="hidden">Enables you to edit a read-only document or database table.</ahelp> Use the<emph> Edit Mode</emph> icon to activate or deactivate the edit mode.</paragraph> +<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid=".uno:EditDoc" visibility="hidden">Enables you to edit a read-only document or database table.</ahelp> Use the<emph> Edit Mode</emph> option to activate the edit mode.</paragraph> </section> <section id="syedit_mode"> <table id="tbl_id3157896"> diff --git a/source/text/swriter/main0102.xhp b/source/text/swriter/main0102.xhp index 8235b287e5..abc67966b2 100644 --- a/source/text/swriter/main0102.xhp +++ b/source/text/swriter/main0102.xhp @@ -43,7 +43,7 @@ <embed href="text/shared/01/02090000.xhp#select_all"/> <embed href="text/swriter/01/selection_mode.xhp#selection_mode"/> -<h2 id="hd_id3147619" xml-lang="en-US"><link href="text/shared/02/07070000.xhp">Select Text</link></h2> +<h2 id="hd_id3147619" xml-lang="en-US">Select Text</h2> <embed href="text/shared/02/07070000.xhp#selecttext"/> <embed href="text/shared/01/menu_edit_find.xhp#find"/> <embed href="text/shared/01/02100000.xhp#find_and_replace"/> |