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/01/03130000.xhp | |
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/01/03130000.xhp')
-rw-r--r-- | source/text/simpress/01/03130000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/simpress/01/03130000.xhp b/source/text/simpress/01/03130000.xhp index 1cfa6ee0f1..e3c4bb4350 100644 --- a/source/text/simpress/01/03130000.xhp +++ b/source/text/simpress/01/03130000.xhp @@ -41,7 +41,7 @@ <embed href="text/simpress/00/00000403.xhp#asbsp"/> </section> <paragraph role="paragraph" id="par_id3155066" xml-lang="en-US" l10n="U" oldref="4">You can specify settings for running a slide show in <link href="text/simpress/01/06080000.xhp" name="Slide Show - Slide Show Settings"><emph>Slide Show - Slide Show Settings</emph></link>.</paragraph> -<paragraph role="paragraph" id="par_idN106CF" xml-lang="en-US" l10n="NEW">Specify whether a slide show starts with the current slide or with the first slide on <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph>.</paragraph> +<paragraph role="paragraph" id="par_idN106CF" xml-lang="en-US" l10n="NEW">Specify whether a slide show starts with the current slide or with the first slide on <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph>.</paragraph> <paragraph role="paragraph" id="par_id3155960" xml-lang="en-US" l10n="U" oldref="3">To start a slide show, do one of the following:</paragraph> <list type="unordered"> <listitem> |