diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 15:13:19 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 15:13:19 +0100 |
commit | 64563d3282294842614f11f6c6f7c1e28211a9ec (patch) | |
tree | b1929c5e13b04e6d7b589df0d23018775a4cfbef /source/text/simpress/guide | |
parent | 8d852d1c804bb12ffc339f56b0d838797200f8b5 (diff) |
switchinline is none of emph's allowed children
fixed with following sed expression:
's#<emph>\(<switchinline[^>]*><caseinline[^>]*>\)\([^>]*\)\(</caseinline><defaultinline>\)\([^<]*\)\(</defaultinline></switchinline>\)\([^<]*</emph>\)#\1<emph>\2</emph>\3<emph>\4</emph>\5<emph>\6#g'
Change-Id: I03d36f4c52e78ca48fc2f94b275ffad7329071e3
Diffstat (limited to 'source/text/simpress/guide')
-rw-r--r-- | source/text/simpress/guide/individual.xhp | 2 | ||||
-rw-r--r-- | source/text/simpress/guide/show.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/simpress/guide/individual.xhp b/source/text/simpress/guide/individual.xhp index f14a8e0964..c9d0f7eb2b 100644 --- a/source/text/simpress/guide/individual.xhp +++ b/source/text/simpress/guide/individual.xhp @@ -71,7 +71,7 @@ <paragraph role="heading" id="hd_id3150335" xml-lang="en-US" level="3" l10n="U" oldref="65">To always start a slide show from the current slide:</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3150014" xml-lang="en-US" l10n="U" oldref="66">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph>.</paragraph> +<paragraph role="listitem" id="par_id3150014" xml-lang="en-US" l10n="U" oldref="66">Choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph>.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_id3155932" xml-lang="en-US" l10n="U" oldref="67">In the <emph>Start presentation</emph> area, select the <emph>Always with current page</emph> check box.</paragraph> diff --git a/source/text/simpress/guide/show.xhp b/source/text/simpress/guide/show.xhp index c23b647b48..2b136b7392 100644 --- a/source/text/simpress/guide/show.xhp +++ b/source/text/simpress/guide/show.xhp @@ -49,7 +49,7 @@ <paragraph role="paragraph" id="par_id6860255" xml-lang="en-US" l10n="NEW">Choose <emph>Slide Show - Slide Show</emph> to run the show.</paragraph> </listitem> </list> -<paragraph role="tip" id="par_id4199957" xml-lang="en-US" l10n="NEW">If you want all shows to start from the current slide instead of the first slide, choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph> and click <emph>Always with current page</emph>.</paragraph> +<paragraph role="tip" id="par_id4199957" xml-lang="en-US" l10n="NEW">If you want all shows to start from the current slide instead of the first slide, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph> and click <emph>Always with current page</emph>.</paragraph> <list type="unordered"> <listitem> <paragraph role="paragraph" id="par_id3209936" xml-lang="en-US" l10n="NEW">Click to advance to the next effect or to the next slide.</paragraph> |