source/text/shared/00/00040503.xhp           |    2 +-
 source/text/swriter/01/05030800.xhp          |    4 ++--
 source/text/swriter/guide/pagebackground.xhp |    6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 065569618bde9f98b7f152e4c5aadf11d5f3e64a
Author:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
AuthorDate: Fri Feb 19 10:10:55 2021 +0200
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Fri Feb 19 11:27:27 2021 +0100

    Take Mac keyboard into account with Styles shortcut
    
    Change-Id: I67322e56753976225ab1ecfa0508269d58c5ab30
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111194
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/source/text/shared/00/00040503.xhp 
b/source/text/shared/00/00040503.xhp
index cbd875ad2..2f41d5a14 100644
--- a/source/text/shared/00/00040503.xhp
+++ b/source/text/shared/00/00040503.xhp
@@ -42,7 +42,7 @@
 <switch select="appl">
 <case select="CALC">
    <paragraph role="paragraph" id="par_id3148668">Choose <menuitem>Format - 
Cells - Numbers</menuitem> tab.</paragraph>
-   <paragraph role="paragraph" id="par_id3152349">Choose <menuitem>View - 
Styles</menuitem> (F11) - open context menu and choose <emph>Modify/New - 
Numbers</emph> tab.</paragraph>
+   <paragraph role="paragraph" id="par_id3152349">Choose <menuitem>View - 
Styles</menuitem> <switchinline select="sys"><caseinline 
select="MAC"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline>
 - open context menu and choose <emph>Modify/New - Numbers</emph> 
tab.</paragraph>
 </case>
 <case select="BASE">
    <paragraph role="paragraph" id="par_id3161459">Open context menu for a 
column header in an open database table - choose <menuitem>Column Format - 
Format</menuitem> tab.</paragraph>
diff --git a/source/text/swriter/01/05030800.xhp 
b/source/text/swriter/01/05030800.xhp
index 03749874c..ed29c23cc 100644
--- a/source/text/swriter/01/05030800.xhp
+++ b/source/text/swriter/01/05030800.xhp
@@ -52,13 +52,13 @@
       <paragraph xml-lang="en-US" id="hd_id3143283" role="heading" 
level="2">Numbering</paragraph>
       <bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE" 
id="bm_id3154200" localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id3154188" role="heading" 
level="3">Numbering Style</paragraph>
-      <paragraph xml-lang="en-US" id="par_id3155178" role="paragraph"><ahelp 
hid="modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE">Select the <link 
href="text/swriter/01/05130004.xhp" name="Numbering Style">Numbering 
Style</link> that you want to apply to the paragraph.</ahelp> These styles are 
also listed in the <link href="text/swriter/01/05140000.xhp" 
name="Styles">Styles</link> window (F11) if you click the <emph>List 
Styles</emph> icon.</paragraph>
+      <paragraph xml-lang="en-US" id="par_id3155178" role="paragraph"><ahelp 
hid="modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE">Select the <link 
href="text/swriter/01/05130004.xhp" name="Numbering Style">Numbering 
Style</link> that you want to apply to the paragraph.</ahelp> These styles are 
also listed in the <link href="text/swriter/01/05140000.xhp" 
name="Styles">Styles</link> window <switchinline select="sys"><caseinline 
select="MAC"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline>
 if you click the <emph>List Styles</emph> icon.</paragraph>
 
       <bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/numparapage/editnumstyle" id="bm_id3154201" 
localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id3154189" role="heading" level="3">Edit 
Style</paragraph>
       <paragraph xml-lang="en-US" id="par_id3155179" role="paragraph"><ahelp 
hid="modules/swriter/ui/numparapage/editnumstyle">Edit the properties of the 
selected numbering style.</ahelp> These properties will apply to all paragraphs 
formatted with the given numbering style.</paragraph>
       <paragraph xml-lang="en-US" id="par_id3149195" role="paragraph">This 
button is disabled when Chapter Numbering is applied. Choose <emph>Tools - 
Chapter Numbering...</emph> to edit the outline level and numbering 
style.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3151117" role="note">Outline level and 
Numbering Style are independent of each other. Use <emph>Tools - Chapter 
Numbering...</emph> to assign numbering styles to paragraph styles.</paragraph> 
   
+<paragraph xml-lang="en-US" id="par_id3151117" role="note">Outline level and 
Numbering Style are independent of each other. Use <emph>Tools - Chapter 
Numbering...</emph> to assign numbering styles to paragraph styles.</paragraph>
       <paragraph xml-lang="en-US" id="par_id3149106" role="paragraph">This 
section only appears when you edit the properties of the current paragraph by 
choosing <emph>Format - Paragraph</emph>.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/numparapage/checkCB_NEW_START" id="bm_id3151262" 
localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id3151250" role="heading" level="3">Restart 
at this paragraph</paragraph>
diff --git a/source/text/swriter/guide/pagebackground.xhp 
b/source/text/swriter/guide/pagebackground.xhp
index c99ba77ce..08909788e 100644
--- a/source/text/swriter/guide/pagebackground.xhp
+++ b/source/text/swriter/guide/pagebackground.xhp
@@ -44,7 +44,7 @@
 
 <list type="ordered">
   <listitem>
-    <paragraph id="par_idN10827" role="listitem" xml-lang="en-US">Choose 
<menuitem>View - Styles</menuitem> (F11).</paragraph>
+    <paragraph id="par_idN10827" role="listitem" xml-lang="en-US">Choose 
<menuitem>View - Styles</menuitem> <switchinline select="sys"><caseinline 
select="MAC"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline>.</paragraph>
   </listitem>
   <listitem>
     <paragraph id="par_idN1082F" role="listitem" xml-lang="en-US">Click the 
<emph>Page Styles</emph> icon.</paragraph>
@@ -86,7 +86,7 @@
 
 <list type="ordered">
   <listitem>
-    <paragraph id="par_idN10892" role="listitem" xml-lang="en-US">Choose 
<menuitem>View - Styles</menuitem> (F11).</paragraph>
+    <paragraph id="par_idN10892" role="listitem" xml-lang="en-US">Choose 
<menuitem>View - Styles</menuitem> <switchinline select="sys"><caseinline 
select="MAC"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline>.</paragraph>
   </listitem>
   <listitem>
     <paragraph id="par_idN1089A" role="listitem" xml-lang="en-US">Click the 
<emph>Page Styles</emph> icon.</paragraph>
@@ -136,4 +136,4 @@
 <embed href="text/swriter/guide/header_with_line.xhp#header_with_line"/>
 </body>
 
-</helpdocument>
\ No newline at end of file
+</helpdocument>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to