diff options
author | Sophia Schröder <sophia.schroeder@libreoffice.org> | 2018-12-10 21:42:07 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-12-11 20:10:04 +0100 |
commit | 6f928cff923ffacc6a1e12b0ddb6b7938d7f463d (patch) | |
tree | 021234e514adc67bb4adc1d1c9fe022ecdcb0a22 | |
parent | 793e75c7f7d321491e2eecfb88ed05f0661ffaf9 (diff) |
Related: tdf#121173 double spaces in sentences
Change-Id: Id9e9094b932af787ceccbe5ea867459afe6677c0
Reviewed-on: https://gerrit.libreoffice.org/64897
Tested-by: Jenkins
Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/shared/01/05290300.xhp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/source/text/shared/01/05290300.xhp b/source/text/shared/01/05290300.xhp index 1f9290cad8..fa140e890a 100644 --- a/source/text/shared/01/05290300.xhp +++ b/source/text/shared/01/05290300.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - - +<helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. * @@ -18,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<helpdocument version="1.0"> + <meta> <topic id="textshared0105290300xml" indexer="include" status="PUBLISH"> <title xml-lang="en-US" id="tit">Enter Group</title> @@ -29,19 +28,16 @@ </history> </meta> <body> - - - <bookmark branch="hid/.uno:EnterGroup" xml-lang="en-US" id="bm_id3150502" localize="false"/> <paragraph id="hd_id3083278" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290300.xhp" name="Enter Group">Enter Group</link></paragraph> <paragraph role="paragraph" id="par_id3146856" xml-lang="en-US"><variable id="betretentext"><ahelp hid=".uno:EnterGroup" visibility="visible">Opens the selected group, so that you can edit the individual objects. If the selected group contains nested group, you can repeat this command on the subgroups.</ahelp></variable> This command does not permanently ungroup the objects.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00040502.xhp#adngte"/> </section> - <paragraph xml-lang="en-US" role="tip" id="par_id3157991">To select an individual object in a group, hold down <switchinline select="sys"> <caseinline select="MAC">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline>, and then click the object.</paragraph> + <paragraph xml-lang="en-US" role="tip" id="par_id3157991">To select an individual object in a group, hold down <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>, and then click the object.</paragraph> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id3153049" xml-lang="en-US"><link href="text/shared/01/05290000.xhp" name="Groups">Groups</link></paragraph> <paragraph role="paragraph" id="par_id3148548" xml-lang="en-US"><link href="text/shared/01/05290400.xhp" name="Exit Group">Exit Group</link></paragraph> </section> - </body> +</body> </helpdocument> |