diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-08-30 14:19:39 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-08-31 17:52:39 +0200 |
commit | a3f7c8d5013aa8432e0e621f78426f183def0885 (patch) | |
tree | 4c8e0d5c501847d97ef7f91a5ebff18d9ab4db1a | |
parent | 3e595e008e1c3232dd9e3ff49a28f238413e2537 (diff) |
tdf#142301 Fix Cross-fading menu entry in the Help
Change-Id: I5daba02bbe957bb9f594e9ff9a8a12d5fdb8ecb2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121274
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sdraw/guide/cross_fading.xhp | 8 | ||||
-rw-r--r-- | source/text/simpress/00/00000402.xhp | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/source/text/sdraw/guide/cross_fading.xhp b/source/text/sdraw/guide/cross_fading.xhp index f91afea6ad..6eba50910f 100644 --- a/source/text/sdraw/guide/cross_fading.xhp +++ b/source/text/sdraw/guide/cross_fading.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,7 +16,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="textsdrawguidecross_fadingxml" indexer="include" status="PUBLISH"> @@ -43,7 +41,7 @@ <paragraph role="listitem" id="par_id3150370" xml-lang="en-US">Hold down Shift and click each object.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3166428" xml-lang="en-US">Choose <emph>Edit - Cross-fading</emph>.</paragraph> +<paragraph role="listitem" id="par_id3166428" xml-lang="en-US">Choose <emph>Shape - Cross-fading</emph>.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_id3156450" xml-lang="en-US">Enter a value to specify the number of objects between the start and end of the cross-fade in the <emph>Increments</emph> box.</paragraph> @@ -58,7 +56,7 @@ <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3159203" xml-lang="en-US"> <image id="img_id3150210" src="media/helpimg/ueberblenden.png" width="74.88mm" height="65.62mm"><alt id="alt_id3150210" xml-lang="en-US">Illustration for crossfading</alt> - </image></paragraph> +</image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3154766" xml-lang="en-US">You can edit the individual objects of a group by selecting the group and pressing F3. Press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3 to exit the group editing mode.</paragraph> diff --git a/source/text/simpress/00/00000402.xhp b/source/text/simpress/00/00000402.xhp index f78096cfc3..6529fdf343 100644 --- a/source/text/simpress/00/00000402.xhp +++ b/source/text/simpress/00/00000402.xhp @@ -33,7 +33,7 @@ </paragraph> <paragraph xml-lang="en-US" id="par_id3156441" role="paragraph">Shift+F3</paragraph> </section> - <paragraph xml-lang="en-US" id="par_id3149263" role="paragraph"><variable id="bearbueber">Choose <emph>Edit - Cross-fading</emph> (<item type="productname">%PRODUCTNAME</item> Draw only) + <paragraph xml-lang="en-US" id="par_id3149263" role="paragraph"><variable id="bearbueber">Choose <emph>Shape - Cross-fading</emph> (<item type="productname">%PRODUCTNAME</item> Draw only) </variable></paragraph> <paragraph xml-lang="en-US" id="par_id3149666" role="paragraph"><variable id="basl">Choose <emph>Edit - Delete Slide</emph> </variable></paragraph> @@ -41,7 +41,7 @@ </variable></paragraph> <paragraph xml-lang="en-US" id="par_id3155603" role="paragraph"><variable id="feldbefehl">Choose <emph>Edit - Fields</emph> </variable></paragraph> - <paragraph xml-lang="en-US" id="par_id8695944" role="paragraph"><variable id="gluebar">Click the <emph>Glue Points</emph> icon on the Drawing Bar + <paragraph xml-lang="en-US" id="par_id8695944" role="paragraph"><variable id="gluebar">Click the <emph>Glue Points</emph> icon on the Drawing Bar </variable><comment>UFI: this is called from text\simpress\02\10030200.xhp to fix bug #i23785#</comment></paragraph> </body> </helpdocument>
\ No newline at end of file |