help3xsl/default.css                               |   13 ++++++-------
 source/text/shared/00/00000402.xhp                 |    2 +-
 source/text/shared/01/02230401.xhp                 |    2 +-
 source/text/shared/01/06040000.xhp                 |    2 +-
 source/text/shared/01/06040100.xhp                 |    4 ++--
 source/text/shared/01/06040400.xhp                 |    4 ++--
 source/text/swriter/00/00000405.xhp                |    8 ++++----
 source/text/swriter/guide/auto_numbering.xhp       |    2 +-
 source/text/swriter/guide/auto_off.xhp             |    2 +-
 source/text/swriter/guide/removing_line_breaks.xhp |    2 +-
 source/text/swriter/librelogo/LibreLogo.xhp        |    4 ++--
 11 files changed, 22 insertions(+), 23 deletions(-)

New commits:
commit ed0de5458f1a6ea1b39f45bef7d0f66f1d6f072d
Author: Adolfo Jayme Barrientos <[email protected]>
Date:   Sun Apr 29 03:32:17 2018 -0500

    Missing “tablehead” style role in LibreLogo help page
    
    Change-Id: I9f7ee6f355edffeeceb19fb44467c3b4fd0b510b

diff --git a/source/text/swriter/librelogo/LibreLogo.xhp 
b/source/text/swriter/librelogo/LibreLogo.xhp
index d00551956..f2f553045 100644
--- a/source/text/swriter/librelogo/LibreLogo.xhp
+++ b/source/text/swriter/librelogo/LibreLogo.xhp
@@ -339,8 +339,8 @@
 <paragraph role="heading" level="2" xml-lang="en-US" id="hd_2710">Color 
constants</paragraph>
 <paragraph role="logocode" xml-lang="en-US" id="par_2720"> PENCOLOR “SILVER” ; 
set by name<br/> PENCOLOR [1] ; set by identifiers<br/> PENCOLOR “~SILVER” ; 
random silver color<br/> <br/></paragraph>
 <table id="tbl_colorconstants"><tablerow>
-<tablecell><paragraph role="tablecontent" xml-lang="en-US" 
id="par_2740">Identifier</paragraph></tablecell>
-<tablecell><paragraph role="tablecontent" xml-lang="en-US" 
id="par_2750">Name</paragraph></tablecell>
+<tablecell><paragraph role="tablecontent" xml-lang="en-US" id="par_2740" 
role="tablehead">Identifier</paragraph></tablecell>
+<tablecell><paragraph role="tablecontent" xml-lang="en-US" id="par_2750" 
role="tablehead">Name</paragraph></tablecell>
 </tablerow><tablerow>
 <tablecell><paragraph role="tablecontent" xml-lang="en-US" 
id="par_2770">0</paragraph></tablecell>
 <tablecell><paragraph role="tablecontent" xml-lang="en-US" 
id="par_2780">BLACK</paragraph></tablecell>
commit 413fe3748a2d0f4219f4208fa2895fdbe67983e4
Author: Adolfo Jayme Barrientos <[email protected]>
Date:   Sun Apr 29 03:30:44 2018 -0500

    Helponline: Some footer tweaks
    
    Change-Id: Ie52a789f61a44896abc81ecf3895d94ce054040d

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 693c882ec..d56ecae71 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -253,11 +253,9 @@ h6 {
     text-align: left;
 }
 .donation {
-    padding: 5px 0px 0px 10px;
+    padding: 0 0 10px 0;
     margin-bottom: 1em;
-    background-color: #F5FFDC;
-    border: 1px solid #E1FDA6;
-    border-radius: 3px;
+    border-bottom: 1px dashed #E8E8E8;
 }
 .donation p{
     font-size:1.2rem;
@@ -388,9 +386,10 @@ header {
 }
 footer {
     color: #333;
-    border-top: 1px solid #18A303;
-    padding: 20px 0 0 0;
-    margin: 20px 0 0 0;
+    border-top: 2px solid #18A303;
+    background: linear-gradient(to bottom, rgba(0,0,0,0.025) 0%,rgba(0,0,0,0) 
100%);
+    padding: 15px 10px 0 10px;
+    margin: 25px 0 0 0;
 }
 footer p {
     font-size: 1rem;
commit c9b3ac8e7508ea7a112a13ca3acd3cc0a006f6eb
Author: Adolfo Jayme Barrientos <[email protected]>
Date:   Sun Apr 29 02:48:57 2018 -0500

    The AutoCorrect feature is in the Tools menu
    
    Change-Id: I1f916fd994cfea1570b37064103baf578ee03b36

diff --git a/source/text/shared/00/00000402.xhp 
b/source/text/shared/00/00000402.xhp
index 7066c2d46..95f8f17b2 100644
--- a/source/text/shared/00/00000402.xhp
+++ b/source/text/shared/00/00000402.xhp
@@ -168,7 +168,7 @@
 </variable></paragraph>
 <section id="rotlinieliste">
 <paragraph role="paragraph" id="par_id3148587" xml-lang="en-US">Choose 
<emph>Edit - Track Changes - Manage - List</emph> tab</paragraph>
-<paragraph role="paragraph" id="par_id3150396" xml-lang="en-US">Choose 
<emph>Format - AutoCorrect - Apply and Edit Changes.</emph> AutoCorrect dialog 
appears, click <emph>Edit Changes</emph> button, see <emph>List</emph> tab 
page</paragraph>
+<paragraph role="paragraph" id="par_id3150396" xml-lang="en-US">Choose 
<emph>Tools - AutoCorrect - Apply and Edit Changes</emph>. The AutoCorrect 
dialog appears. Click the <emph>Edit Changes</emph> button and navigate to the 
<emph>List</emph> tab.</paragraph>
 </section>
 <paragraph role="paragraph" id="par_id3153878" xml-lang="en-US"><variable 
id="rotliniefilter">Choose <emph>Edit - Track Changes - Manage - Filter</emph> 
tab
 </variable></paragraph>
diff --git a/source/text/shared/01/02230401.xhp 
b/source/text/shared/01/02230401.xhp
index 8b3e95dc8..ab2926b8b 100644
--- a/source/text/shared/01/02230401.xhp
+++ b/source/text/shared/01/02230401.xhp
@@ -132,7 +132,7 @@
 <bookmark xml-lang="en-US" branch="hid/svx/ui/acceptrejectchangesdialog/undo" 
id="bm_id3150334" localize="false"/>
 <paragraph role="heading" id="hd_id3159196" xml-lang="en-US" 
level="2"><switchinline select="appl"><caseinline select="WRITER">Undo 
 </caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3151116" xml-lang="en-US"><switchinline 
select="appl"><caseinline select="WRITER">If you made changes by choosing 
<emph>Format - AutoCorrect - Apply and Edit Changes</emph>, the <emph>Undo 
</emph>button appears in the dialog.<ahelp 
hid="svx/ui/acceptrejectchangesdialog/undo"> Reverse the last Accept or Reject 
command.</ahelp>
+<paragraph role="paragraph" id="par_id3151116" xml-lang="en-US"><switchinline 
select="appl"><caseinline select="WRITER">If you made changes by choosing 
<emph>Tools - AutoCorrect - Apply and Edit Changes</emph>, the 
<emph>Undo</emph> button appears in the dialog.<ahelp 
hid="svx/ui/acceptrejectchangesdialog/undo"> Reverse the last Accept or Reject 
command.</ahelp>
 </caseinline></switchinline></paragraph>
       <paragraph xml-lang="en-US" id="par_id3152576" role="paragraph">There 
are additional commands in the <emph>context menu</emph> of the 
list:</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/svx/ui/acceptrejectchangesdialog/writeredit" id="bm_id3152416" 
localize="false"/>
diff --git a/source/text/shared/01/06040000.xhp 
b/source/text/shared/01/06040000.xhp
index 382a38aad..a1ee40d62 100644
--- a/source/text/shared/01/06040000.xhp
+++ b/source/text/shared/01/06040000.xhp
@@ -43,7 +43,7 @@
 </case>
 </switch>
 <paragraph id="par_id3147261" role="paragraph" xml-lang="en-US">The 
AutoCorrect settings are applied when you press the Spacebar after you enter a 
word.</paragraph>
-<paragraph id="par_id3153394" role="paragraph" xml-lang="en-US">To turn on or 
to turn off the AutoCorrect feature, in $[officename] Calc choose <emph>Tools - 
AutoInput</emph>, and in $[officename] Writer choose <emph>Format - AutoCorrect 
- While Typing</emph>. To apply the AutoCorrect settings to an entire text 
document, choose <emph>Format - AutoCorrect - Apply</emph>.</paragraph><embed 
href="text/shared/01/06040200.xhp#ersetzung"/><embed 
href="text/shared/01/06040300.xhp#ausnahmen"/><embed 
href="text/shared/01/06040100.xhp#optionen"/><embed 
href="text/shared/01/06040400.xhp#typanf"/>
+<paragraph id="par_id3153394" role="paragraph" xml-lang="en-US">To turn on or 
to turn off the AutoCorrect feature, in $[officename] Calc choose <emph>Tools - 
AutoInput</emph>, and in $[officename] Writer choose <emph>Tools - AutoCorrect 
- While Typing</emph>. To apply the AutoCorrect settings to an entire text 
document, choose <emph>Tools - AutoCorrect - Apply</emph>.</paragraph><embed 
href="text/shared/01/06040200.xhp#ersetzung"/><embed 
href="text/shared/01/06040300.xhp#ausnahmen"/><embed 
href="text/shared/01/06040100.xhp#optionen"/><embed 
href="text/shared/01/06040400.xhp#typanf"/>
 <switch select="appl">
 <case select="WRITER"><embed 
href="text/shared/01/06040600.xhp#worterg"/><embed 
href="text/shared/01/06040700.xhp#smarttags"/>
 </case>
diff --git a/source/text/shared/01/06040100.xhp 
b/source/text/shared/01/06040100.xhp
index eb96be04e..4c8bfa8ca 100644
--- a/source/text/shared/01/06040100.xhp
+++ b/source/text/shared/01/06040100.xhp
@@ -58,7 +58,7 @@
       </section>
 <switch select="appl">
 <case select="WRITER">
-<paragraph xml-lang="en-US" id="par_id3153124" role="paragraph">In text 
documents, you can choose to apply the AutoCorrect corrections while you type 
[T], or only when you modify existing text [M] with <emph>Format - AutoCorrect 
- Apply</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153124" role="paragraph">In text 
documents, you can choose to apply the AutoCorrect corrections while you type 
[T], or only when you modify existing text [M] with <emph>Tools - AutoCorrect - 
Apply</emph>.</paragraph>
       <paragraph xml-lang="en-US" id="par_id7547227" role="note">When you 
choose to modify existing text with all options deselected, still all "Default" 
paragraph styles will be converted to "Text body" styles. <comment>see 
i72339</comment><comment>Don't use inline switches for notes, tips and 
warnings. The icon will still show up.</comment></paragraph>
 </case>
 </switch>
@@ -234,7 +234,7 @@
 </caseinline></switchinline></paragraph>
       <paragraph xml-lang="en-US" id="hd_id3151075" role="heading" 
level="3"><switchinline select="appl"><caseinline select="WRITER">Remove blank 
paragraphs
 </caseinline></switchinline></paragraph>
-<paragraph xml-lang="en-US" id="par_id3145728" role="paragraph"><switchinline 
select="appl"><caseinline select="WRITER">Removes empty paragraphs from the 
current document when you choose <emph>Format - AutoCorrect - Apply</emph>.
+<paragraph xml-lang="en-US" id="par_id3145728" role="paragraph"><switchinline 
select="appl"><caseinline select="WRITER">Removes empty paragraphs from the 
current document when you choose <emph>Tools - AutoCorrect - Apply</emph>.
 </caseinline></switchinline></paragraph>
       <paragraph xml-lang="en-US" id="hd_id3152375" role="heading" 
level="3"><switchinline select="appl"><caseinline select="WRITER">Replace 
Custom Styles
 </caseinline></switchinline></paragraph>
diff --git a/source/text/shared/01/06040400.xhp 
b/source/text/shared/01/06040400.xhp
index 89453ddde..1855eef63 100644
--- a/source/text/shared/01/06040400.xhp
+++ b/source/text/shared/01/06040400.xhp
@@ -63,11 +63,11 @@
 <bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/startsingle" 
id="bm_id6259651" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/startdouble" 
id="bm_id7007354" localize="false"/>
 <paragraph role="heading" id="hd_id3153750" xml-lang="en-US" level="3">Start 
quote</paragraph>
-<paragraph role="paragraph" id="par_id3152425" xml-lang="en-US"><ahelp 
hid=".">Select the <link href="text/shared/01/04100000.xhp" name="special 
character">special character</link> that will automatically replace the current 
opening quotation mark in your document when you choose <emph>Format - 
AutoCorrect - Apply</emph>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3152425" xml-lang="en-US"><ahelp 
hid=".">Select the <link href="text/shared/01/04100000.xhp" name="special 
character">special character</link> that will automatically replace the current 
opening quotation mark in your document when you choose <emph>Tools - 
AutoCorrect - Apply</emph>.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/endsingle" 
id="bm_id6449476" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/enddouble" 
id="bm_id6838282" localize="false"/>
 <paragraph role="heading" id="hd_id3159233" xml-lang="en-US" level="3">End 
quote</paragraph>
-<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US"><ahelp 
hid=".">Select the <link href="text/shared/01/04100000.xhp" name="special 
character">special character</link> that will automatically replace the current 
closing quotation mark in your document when you choose <emph>Format - 
AutoCorrect - Apply</emph>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US"><ahelp 
hid=".">Select the <link href="text/shared/01/04100000.xhp" name="special 
character">special character</link> that will automatically replace the current 
closing quotation mark in your document when you choose <emph>Tools - 
AutoCorrect - Apply</emph>.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/cui/ui/applylocalizedpage/defaultsingle" id="bm_id4603106" 
localize="false"/>
 <bookmark xml-lang="en-US" 
branch="hid/cui/ui/applylocalizedpage/defaultdouble" id="bm_id3145542" 
localize="false"/>
 <paragraph role="heading" id="hd_id3147089" xml-lang="en-US" 
level="3">Default</paragraph>
diff --git a/source/text/swriter/00/00000405.xhp 
b/source/text/swriter/00/00000405.xhp
index 887f55358..ec67846d0 100644
--- a/source/text/swriter/00/00000405.xhp
+++ b/source/text/swriter/00/00000405.xhp
@@ -81,13 +81,13 @@
       <section id="numerierungsvorlage">
          <paragraph xml-lang="en-US" id="par_id3156364" 
role="paragraph">Choose <emph>View - Styles -</emph> open context menu 
<emph>Modify/New</emph> (for List Styles)</paragraph>
       </section>
-      <paragraph xml-lang="en-US" id="par_id3151370" 
role="paragraph"><variable id="eingabe">Choose <emph>Format - AutoCorrect - 
While Typing</emph>
+      <paragraph xml-lang="en-US" id="par_id3151370" 
role="paragraph"><variable id="eingabe">Choose <emph>Tools - AutoCorrect - 
While Typing</emph>
 </variable></paragraph>
-      <paragraph xml-lang="en-US" id="par_id3149538" 
role="paragraph"><variable id="autoformat1">Choose <emph>Format - 
AutoCorrect</emph>
+      <paragraph xml-lang="en-US" id="par_id3149538" 
role="paragraph"><variable id="autoformat1">Choose <emph>Tools - 
AutoCorrect</emph>
 </variable></paragraph>
-      <paragraph xml-lang="en-US" id="par_id3150117" 
role="paragraph"><variable id="autoformat2">Choose <emph>Format - AutoCorrect - 
Apply</emph>
+      <paragraph xml-lang="en-US" id="par_id3150117" 
role="paragraph"><variable id="autoformat2">Choose <emph>Tools - AutoCorrect - 
Apply</emph>
 </variable></paragraph>
-      <paragraph xml-lang="en-US" id="par_id3155870" 
role="paragraph"><variable id="autoformat3">Choose <emph>Format - AutoCorrect - 
Apply and Edit Changes</emph>
+      <paragraph xml-lang="en-US" id="par_id3155870" 
role="paragraph"><variable id="autoformat3">Choose <emph>Tools - AutoCorrect - 
Apply and Edit Changes</emph>
 </variable></paragraph>
       <paragraph xml-lang="en-US" id="par_id3147413" 
role="paragraph"><variable id="autoformattab">Choose <emph>Table - AutoFormat 
Styles</emph> (with cursor in a table)
 </variable></paragraph>
diff --git a/source/text/swriter/guide/auto_numbering.xhp 
b/source/text/swriter/guide/auto_numbering.xhp
index 93aadda17..1838dd5a9 100644
--- a/source/text/swriter/guide/auto_numbering.xhp
+++ b/source/text/swriter/guide/auto_numbering.xhp
@@ -44,7 +44,7 @@
             <paragraph xml-lang="en-US" id="par_id3152830" 
role="listitem">Choose <item type="menuitem">Tools - AutoCorrect - AutoCorrect 
Options</item>, click the <item type="menuitem">Options</item> tab, and then 
select “Bulleted and numbered lists”.</paragraph>
          </listitem>
          <listitem>
-            <paragraph xml-lang="en-US" id="par_id3152867" 
role="listitem">Choose <emph>Format - AutoCorrect</emph>, and ensure that 
<emph>While Typing</emph> is selected.</paragraph>
+            <paragraph xml-lang="en-US" id="par_id3152867" 
role="listitem">Choose <emph>Tools - AutoCorrect</emph>, and ensure that 
<emph>While Typing</emph> is selected.</paragraph>
          </listitem>
       </list>
       <paragraph xml-lang="en-US" id="par_id2357860" role="tip">The automatic 
numbering option is only applied to paragraphs that are formatted with the 
"Default", "Text body", or "Text body indent" paragraph style.</paragraph>
diff --git a/source/text/swriter/guide/auto_off.xhp 
b/source/text/swriter/guide/auto_off.xhp
index a2cf934a8..e073aa534 100644
--- a/source/text/swriter/guide/auto_off.xhp
+++ b/source/text/swriter/guide/auto_off.xhp
@@ -50,7 +50,7 @@
 </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z. </paragraph>
          </listitem>
          <listitem>
-            <paragraph xml-lang="en-US" id="par_idN10846" role="listitem">To 
turn off most AutoCorrect features, remove the check mark from the menu 
<emph>Format - AutoCorrect - While Typing</emph>.</paragraph>
+            <paragraph xml-lang="en-US" id="par_idN10846" role="listitem">To 
turn off most AutoCorrect features, remove the check mark from the menu 
<emph>Tools - AutoCorrect - While Typing</emph>.</paragraph>
          </listitem>
       </list>
       <paragraph xml-lang="en-US" id="hd_id3147251" role="heading" 
level="2">To Remove a Word from the AutoCorrect List</paragraph>
diff --git a/source/text/swriter/guide/removing_line_breaks.xhp 
b/source/text/swriter/guide/removing_line_breaks.xhp
index b8d034ec7..aa51f9af4 100644
--- a/source/text/swriter/guide/removing_line_breaks.xhp
+++ b/source/text/swriter/guide/removing_line_breaks.xhp
@@ -54,7 +54,7 @@
             <paragraph xml-lang="en-US" id="par_id3156253" role="listitem">In 
the <item type="menuitem">Apply Style</item> box on the <item 
type="menuitem">Formatting</item> bar, choose “Default”.</paragraph>
          </listitem>
          <listitem>
-            <paragraph xml-lang="en-US" id="par_id3153388" 
role="listitem">Choose <emph>Format - AutoCorrect - Apply</emph>.</paragraph>
+            <paragraph xml-lang="en-US" id="par_id3153388" 
role="listitem">Choose <emph>Tools - AutoCorrect - Apply</emph>.</paragraph>
          </listitem>
       </list>
       <section id="relatedtopics">
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to