diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-17 22:14:09 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-17 22:22:35 +0200 |
commit | bac5cf45db2a0c38c67e5f10118511f7ef562373 (patch) | |
tree | d8733bff93c70d7636cc9d48df26385a93fba431 | |
parent | 4787848911c83efdc46534af4285a09c8eee4569 (diff) |
switchinline still is no valid child of "item" or "emph"
Change-Id: I175560732e50bbf96f652a77a7674e7283b3583c
-rw-r--r-- | source/text/scalc/01/04060107.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/template_manager.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/guide/protection.xhp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/text/scalc/01/04060107.xhp b/source/text/scalc/01/04060107.xhp index 46203e7496..92ec7c4adc 100644 --- a/source/text/scalc/01/04060107.xhp +++ b/source/text/scalc/01/04060107.xhp @@ -695,7 +695,7 @@ <paragraph id="par_id3166145" role="code" xml-lang="en-US">TRANSPOSE(A1:D2)</paragraph> -<paragraph id="par_id3178518" role="paragraph" xml-lang="en-US">Then <emph>make sure to enter it as matrix formula with <switchinline select="sys"><caseinline select="MAC">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline></emph>. The result will be as follows:</paragraph> +<paragraph id="par_id3178518" role="paragraph" xml-lang="en-US">Then <emph>make sure to enter it as matrix formula with </emph><switchinline select="sys"><caseinline select="MAC"><emph>Shift+Command+Enter</emph></caseinline><defaultinline><emph>Shift+Ctrl+Enter</emph></defaultinline></switchinline>. The result will be as follows:</paragraph> <table id="tbl_id6215816"> <tablerow> diff --git a/source/text/shared/guide/template_manager.xhp b/source/text/shared/guide/template_manager.xhp index e1f3fb3b40..efab02b6b7 100644 --- a/source/text/shared/guide/template_manager.xhp +++ b/source/text/shared/guide/template_manager.xhp @@ -48,7 +48,7 @@ <section id="howtoget"> <paragraph id="par_id04162017072349624" role="paragraph" xml-lang="en-US">Choose menu <item type="menuitem">File - New – Templates.</item></paragraph> <paragraph id="par_id041620170723496526" role="paragraph" xml-lang="en-US">Choose menu <item type="menuitem">File – Template – Manage Templates.</item></paragraph> -<paragraph id="par_id041620170723493622" role="paragraph" xml-lang="en-US">Enter <item type="menuitem"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N </item>in any %PRODUCTNAME module.</paragraph> +<paragraph id="par_id041620170723493622" role="paragraph" xml-lang="en-US">Enter <switchinline select="sys"><caseinline select="MAC"><item type="menuitem">Command</item></caseinline><defaultinline><item type="menuitem">Ctrl</item></defaultinline></switchinline><item type="menuitem">+Shift+N </item>in any %PRODUCTNAME module.</paragraph> <paragraph id="par_id041620170723497279" role="paragraph" xml-lang="en-US">Press the <item type="menuitem">Templates </item>button in the Start Center.</paragraph> <paragraph id="par_id041620170723509119" role="paragraph" xml-lang="en-US">Select any template type from the <item type="menuitem">Templates </item>button of the Start Center.</paragraph> </section> diff --git a/source/text/swriter/guide/protection.xhp b/source/text/swriter/guide/protection.xhp index 36d587c661..982e15c36e 100644 --- a/source/text/swriter/guide/protection.xhp +++ b/source/text/swriter/guide/protection.xhp @@ -153,11 +153,11 @@ <paragraph id="hd_id1811201623985" role="heading" level="2" xml-lang="en-US">Protection of the whole <item type="productname">%PRODUCTNAME</item> Writer document from changes.</paragraph> <paragraph id="par_id31544811" role="paragraph" xml-lang="en-US">You can protect the contents of <item type="productname">%PRODUCTNAME</item> Writer document from changes, with one of the following file formats: .doc, .docx, .odt, .ott.</paragraph> <paragraph id="par_id18112016398104" role="warning" localize="false" xml-lang="en-US"><embedvar href="text/swriter/guide/protection.xhp#protwarn"/></paragraph> -<paragraph id="par_id18112016812973" role="paragraph" xml-lang="en-US">To enable the protection of the whole document, go to <emph><switchinline select="sys"><caseinline select="MAC"><item type="menuitem">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type="menuitem">Tools - Options</item></defaultinline></switchinline><item type="menuitem"> - %PRODUCTNAME Writer - Compatibility</item></emph> and choose <emph>Protect form</emph>. To disable protection, uncheck it.</paragraph> +<paragraph id="par_id18112016812973" role="paragraph" xml-lang="en-US">To enable the protection of the whole document, go to <switchinline select="sys"><caseinline select="MAC"><emph><item type="menuitem">%PRODUCTNAME - Preferences</item></emph></caseinline><defaultinline><emph><item type="menuitem">Tools - Options</item></emph></defaultinline></switchinline><emph><item type="menuitem"> - %PRODUCTNAME Writer - Compatibility</item></emph> and choose <emph>Protect form</emph>. To disable protection, uncheck it.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/shared/guide/redlining_protect.xhp#redlining_protect"/> <paragraph id="par_idN10B8C" role="paragraph" localize="false" xml-lang="en-US"> <embedvar href="text/shared/guide/digital_signatures.xhp#digital_signatures"/> </paragraph> <paragraph id="par_id7858516" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/protection.xhp">Protecting Other Contents</link></paragraph> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |