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/00000021.xhp | |
parent | fix some …</emph><emph>… cases (diff) | |
download | help-64563d3282294842614f11f6c6f7c1e28211a9ec.tar.gz help-64563d3282294842614f11f6c6f7c1e28211a9ec.zip |
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/00000021.xhp')
-rw-r--r-- | source/text/shared/00/00000021.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/00/00000021.xhp b/source/text/shared/00/00000021.xhp index 7ce346846..155d846b8 100644 --- a/source/text/shared/00/00000021.xhp +++ b/source/text/shared/00/00000021.xhp @@ -238,7 +238,7 @@ <list type="ordered"> <listitem> <paragraph role="listitem" id="par_id3153178" xml-lang="en-US" l10n="U" oldref="30">The text content of the document is located in <emph>content.xml</emph>.</paragraph> -<paragraph role="listitem" id="par_id3154068" xml-lang="en-US" l10n="CHG" oldref="31">By default, <emph>content.xml</emph> is stored without formatting elements like indentation or line breaks to minimize the time for saving and opening the document. On the <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Expert Config</emph> tab page you can activate the use of indentations and line breaks by setting the property <emph>/org.openoffice.Office.Common/Save/Document PrettyPrinting</emph> to true.</paragraph> +<paragraph role="listitem" id="par_id3154068" xml-lang="en-US" l10n="CHG" oldref="31">By default, <emph>content.xml</emph> is stored without formatting elements like indentation or line breaks to minimize the time for saving and opening the document. On the <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Expert Config</emph> tab page you can activate the use of indentations and line breaks by setting the property <emph>/org.openoffice.Office.Common/Save/Document PrettyPrinting</emph> to true.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_id3145152" xml-lang="en-US" l10n="U" oldref="32">The file <emph>meta.xml</emph> contains the meta information of the document, which you can enter under <emph>File - Properties</emph>.</paragraph> |