diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 15:26:12 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 15:36:48 +0100 |
commit | f9cb7f4660c039f7bf18bf60f6fb9c77f7e4f54b (patch) | |
tree | 782ece64afc2930b2d2eff3d5d54301a76df9dfa /source/text/simpress/guide | |
parent | ac1db7fbf890d5393d5a2132d6bafe13dbc1c7a9 (diff) |
switchinline is no valid child of "item" either
sed command used:
's#\(<item[^>]*>\)\(<switchinline[^>]*><caseinline[^>]*>\)\([^>]*\)\(</caseinline><defaultinline>\)\([^<]*\)\(</defaultinline></switchinline>\)\([^<]*</item>\)#\2\1\3</item>\4\1\5</item>\6\1\7#g'
Change-Id: I386bb105520449b3a9dbb27d9508499af0a21cc9
Diffstat (limited to 'source/text/simpress/guide')
-rw-r--r-- | source/text/simpress/guide/keyboard.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/simpress/guide/keyboard.xhp b/source/text/simpress/guide/keyboard.xhp index addb7a31c9..bef56e707c 100644 --- a/source/text/simpress/guide/keyboard.xhp +++ b/source/text/simpress/guide/keyboard.xhp @@ -48,11 +48,11 @@ </paragraph> <paragraph role="heading" id="hd_id3153035" xml-lang="en-US" level="3" l10n="U" oldref="19">Advance to the next slide without playing object animation effects</paragraph> <paragraph role="paragraph" id="par_id3155263" xml-lang="en-US" l10n="CHG" oldref="20"> -<item type="keycode"><switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+PageDown</item> +<switchinline select="sys"><caseinline select="MAC"><item type="keycode">Option</item></caseinline><defaultinline><item type="keycode">Alt</item></defaultinline></switchinline><item type="keycode">+PageDown</item> </paragraph> <paragraph role="heading" id="hd_id3154558" xml-lang="en-US" level="3" l10n="U" oldref="3">Return to previous slide</paragraph> <paragraph role="paragraph" id="par_id3145590" xml-lang="en-US" l10n="CHG" oldref="2"> -<item type="keycode"><switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+PageUp</item> +<switchinline select="sys"><caseinline select="MAC"><item type="keycode">Option</item></caseinline><defaultinline><item type="keycode">Alt</item></defaultinline></switchinline><item type="keycode">+PageUp</item> </paragraph> <paragraph role="heading" id="hd_id3153003" xml-lang="en-US" level="3" l10n="U" oldref="12">Go to a specific slide</paragraph> <paragraph role="paragraph" id="par_id3154501" xml-lang="en-US" l10n="U" oldref="13">Type the page number of the slide, and then press <item type="keycode">Enter</item>.</paragraph> |