diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 13:24:49 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 13:39:27 +0100 |
commit | 8d852d1c804bb12ffc339f56b0d838797200f8b5 (patch) | |
tree | 708aa87f7a3d4f35458e34b6c9183d751fdd353d /source/text/shared/guide | |
parent | cf7ed063304873b3b09c81e31ac99f161f46211d (diff) |
fix some …</emph><emph>… cases
as closing formatting just to open it immediately again doesn't make
sense.
unfortunately "switchinline" is none of emph's allowed children, so the
individual cases need to have the formatting
Change-Id: I9071990f882086d6c280df1d3ab958a8f3ff3c61
Diffstat (limited to 'source/text/shared/guide')
-rw-r--r-- | source/text/shared/guide/aaa_start.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/language_select.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/measurement_units.xhp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/guide/aaa_start.xhp b/source/text/shared/guide/aaa_start.xhp index e654f40262..f5f4cb3cf4 100644 --- a/source/text/shared/guide/aaa_start.xhp +++ b/source/text/shared/guide/aaa_start.xhp @@ -35,7 +35,7 @@ </variable></paragraph> <paragraph role="heading" id="hd_id3156211" xml-lang="en-US" level="3" l10n="U" oldref="2">How to simplify your work using samples and templates</paragraph> <paragraph role="paragraph" id="par_id3144436" xml-lang="en-US" l10n="U" oldref="3"> -<item type="productname">%PRODUCTNAME</item> includes many sample documents and ready-to-use templates. You can access these by choosing <emph>File - New - </emph><emph>Templates</emph>, or press Shift+<switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N.</paragraph> +<item type="productname">%PRODUCTNAME</item> includes many sample documents and ready-to-use templates. You can access these by choosing <emph>File - New - Templates</emph>, or press Shift+<switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N.</paragraph> <paragraph role="paragraph" id="par_id3147291" xml-lang="en-US" l10n="U" oldref="4">When you open one of the templates, a new document is created based on this template.</paragraph> <paragraph role="paragraph" id="par_id0820200803563860" xml-lang="en-US" l10n="NEW">Click the <emph>Get more templates online</emph> link in the dialog to select and download more templates.</paragraph> <paragraph role="paragraph" id="par_id0820200803563974" xml-lang="en-US" l10n="NEW">You can also use the various wizards (under the <emph>File - Wizards</emph> menu) to create your own templates, which you can use as a basis for further documents.</paragraph> diff --git a/source/text/shared/guide/language_select.xhp b/source/text/shared/guide/language_select.xhp index 5699d7e24a..dd97f89a0a 100644 --- a/source/text/shared/guide/language_select.xhp +++ b/source/text/shared/guide/language_select.xhp @@ -55,7 +55,7 @@ <paragraph xml-lang="en-US" id="hd_id3146121" role="heading" level="2" l10n="U" oldref="6">Selecting a language for the whole document</paragraph> <list type="ordered"> <listitem> - <paragraph xml-lang="en-US" id="par_id3083443" role="listitem" l10n="U" oldref="7">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph>. Go to <link href="text/shared/optionen/01140000.xhp" name="Language Settings - Languages"><emph>Language Settings - Languages</emph></link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3083443" role="listitem" l10n="U" oldref="7">Choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline>. Go to <link href="text/shared/optionen/01140000.xhp" name="Language Settings - Languages"><emph>Language Settings - Languages</emph></link>.</paragraph> </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id3149664" role="listitem" l10n="U" oldref="8">Under <emph>Default languages for documents</emph>, select the document language for all newly created documents. If you mark <emph>For the current document only</emph>, your choice will only apply to the current document. Close the dialog with <emph>OK</emph>.</paragraph> diff --git a/source/text/shared/guide/measurement_units.xhp b/source/text/shared/guide/measurement_units.xhp index 0cfd800c64..cfea6abcc5 100644 --- a/source/text/shared/guide/measurement_units.xhp +++ b/source/text/shared/guide/measurement_units.xhp @@ -46,7 +46,7 @@ <paragraph role="listitem" id="par_idN10674" xml-lang="en-US" l10n="NEW">Open a document of the type for which you want to change the measurement units.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3153345" xml-lang="en-US" l10n="U" oldref="3">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph>.</paragraph> +<paragraph role="listitem" id="par_id3153345" xml-lang="en-US" l10n="U" oldref="3">Choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline>.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_id3154749" xml-lang="en-US" l10n="CHG" oldref="4">In the left pane of the dialog, double-click the application for which you want to select the measurement unit.</paragraph> |