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/shared/00/00000007.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/shared/00/00000007.xhp')
-rw-r--r-- | source/text/shared/00/00000007.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/00/00000007.xhp b/source/text/shared/00/00000007.xhp index 8a1c7e218e..7ab20bba3a 100644 --- a/source/text/shared/00/00000007.xhp +++ b/source/text/shared/00/00000007.xhp @@ -45,7 +45,7 @@ <section id="asia"> <paragraph role="heading" id="par_id3153551" xml-lang="en-US" level="2" l10n="U" oldref="11">Asian Language Support</paragraph> <section id="asiahinweis"> -<paragraph role="paragraph" id="par_id3156326" xml-lang="en-US" l10n="U" oldref="12">These commands can only be accessed after you enable support for Asian languages in <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3156326" xml-lang="en-US" l10n="U" oldref="12">These commands can only be accessed after you enable support for Asian languages in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>.</paragraph> </section> </section> </body> |