[Libreoffice-commits] help.git: 2 commits - source/text

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 30 20:20:40 UTC 2020


 source/text/scalc/00/00000407.xhp    |    4 
 source/text/scalc/01/07090000.xhp    |    2 
 source/text/scalc/guide/line_fix.xhp |    8 -
 source/text/swriter/01/05100300.xhp  |   10 +-
 source/text/swriter/01/05100400.xhp  |   12 +-
 source/text/swriter/main0110.xhp     |  141 +++++++++++++++++++----------------
 6 files changed, 97 insertions(+), 80 deletions(-)

New commits:
commit 317283efafd0b5de74e15417df6560cf35eae49c
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Sat Nov 21 17:15:53 2020 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Mon Nov 30 21:20:19 2020 +0100

    tdf#137084 update help page for Table menu
    
      ( swriter/main0110.xhp  )
        * reorganize commands into order that corresponds to menu
        * update command names: Autoformat Style, Properties
        + add missing controls and descriptions: Rows Above, Rows Below,
            Columns Before, Columns After, Minimize Row Height,
            Minimize Column Width, Protect Cells, Unprotect Cells,
            Number Recognition
        - Remove controls no longer in menu:  Break Across Pages,
          Repeat Heading Rows
        * update to <h1>,<h2>,<h3>
    
      ( swriter/01/05100300.xhp )
        + add section to be embedded in swriter/main0110.xhp
        * update to <h1>
    
      ( swriter/01/05100400.xhp )
        + add section to be embedded in swriter/main0110.xhp
        * update to <h1>
    
    Change-Id: I09ae364af81fe808f0249ca36a76b62c1b9cf7ca
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106233
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>

diff --git a/source/text/swriter/01/05100300.xhp b/source/text/swriter/01/05100300.xhp
index 6b84e3c4a..964b2eeb1 100644
--- a/source/text/swriter/01/05100300.xhp
+++ b/source/text/swriter/01/05100300.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <helpdocument version="1.0">
-	
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,8 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
- 
-	
+
 <meta>
       <topic id="textswriter0105100300xml" indexer="include" status="PUBLISH">
          <title xml-lang="en-US" id="tit">Protect</title>
@@ -29,9 +27,11 @@
    <body>
       <section id="schuetzen">
 <bookmark xml-lang="en-US" branch="hid/.uno:Protect" id="bm_id7637302" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3146322" role="heading" level="1"><link href="text/swriter/01/05100300.xhp" name="Protect">Protect</link></paragraph>
+<h1 xml-lang="en-US" id="hd_id3146322"><link href="text/swriter/01/05100300.xhp" name="Protect">Protect</link></h1>
+         <section id="protectcells">
          <paragraph xml-lang="en-US" id="par_id3145822" role="paragraph"><ahelp hid=".uno:Protect">Prevents the contents of the selected cells from being modified.</ahelp></paragraph>
-      </section>
+         </section>    
+        </section>
       <section id="howtoget">
          <embed href="text/swriter/00/00000405.xhp#schtzenze"/>
       </section>
diff --git a/source/text/swriter/01/05100400.xhp b/source/text/swriter/01/05100400.xhp
index 33ed0d54d..c1c8384a3 100644
--- a/source/text/swriter/01/05100400.xhp
+++ b/source/text/swriter/01/05100400.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <helpdocument version="1.0">
-	
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,8 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
- 
-	
+
 <meta>
       <topic id="textswriter0105100400xml" indexer="include" status="PUBLISH">
          <title xml-lang="en-US" id="tit">Unprotect</title>
@@ -29,9 +27,11 @@
    <body>
       <section id="aufheben">
 <bookmark xml-lang="en-US" branch="hid/.uno:UnsetCellsReadOnly" id="bm_id3818873" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3149052" role="heading" level="1"><link href="text/swriter/01/05100400.xhp" name="Unprotect">Unprotect</link></paragraph>
-         <paragraph xml-lang="en-US" id="par_id3083450" role="paragraph"><ahelp hid=".uno:UnsetCellsReadOnly">Removes the cell protection for all selected cells in the current table.</ahelp></paragraph>
-      </section>
+<h1 xml-lang="en-US" id="hd_id3149052"><link href="text/swriter/01/05100400.xhp" name="Unprotect">Unprotect</link></h1>
+        <section id="unprotectcells">
+        <paragraph xml-lang="en-US" id="par_id3083450" role="paragraph"><ahelp hid=".uno:UnsetCellsReadOnly">Removes the cell protection for all selected cells in the current table.</ahelp></paragraph>
+        </section> 
+     </section>
       <section id="howtoget">
          <embed href="text/swriter/00/00000405.xhp#schutzaufhz"/>
       </section>
diff --git a/source/text/swriter/main0110.xhp b/source/text/swriter/main0110.xhp
index b2f4b66d7..0a2e39d19 100644
--- a/source/text/swriter/main0110.xhp
+++ b/source/text/swriter/main0110.xhp
@@ -27,113 +27,130 @@
 
 <body>
 
-
 <section id="table">
 <bookmark xml-lang="en-US" branch="hid/.uno:TableMenu" id="bm_id1366008" localize="false"/>
 
-<paragraph id="par_idN10553" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/main0110.xhp">Table</link></paragraph>
+<h1 id="par_idN10553" xml-lang="en-US"><link href="text/swriter/main0110.xhp">Table</link></h1>
 <paragraph id="par_idN10563" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows commands to insert, edit, and delete a table and its elements inside a text document.</ahelp></paragraph>
 </section>
 
-<paragraph id="par_idN105B5" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04150000.xhp">Insert Table</link></paragraph>
+<h2 id="par_idN105B5" xml-lang="en-US"><link href="text/swriter/01/04150000.xhp">Insert Table</link></h2>
 <paragraph id="par_idN105B8" role="paragraph" xml-lang="en-US">Inserts a new table.</paragraph>
 
-<paragraph id="par_idN105AB" role="heading" level="2" xml-lang="en-US">Insert</paragraph>
-
-<paragraph id="par_idN105CD" role="heading" level="3" xml-lang="en-US">Columns</paragraph>
-<paragraph id="par_idN105D0" role="paragraph" xml-lang="en-US">Inserts columns.<comment>see also swriter/02/0410</comment></paragraph>
-
-<paragraph id="par_idN105E5" role="heading" level="3" xml-lang="en-US">Rows</paragraph>
-<paragraph id="par_idN105E8" role="paragraph" xml-lang="en-US">Inserts rows.<comment>see also swriter/02/0409</comment></paragraph>
+<h2 id="par_idN105AB" xml-lang="en-US">Insert</h2>
+<paragraph role="paragraph" id="par_id881605975490097"><variable id="submenu">Opens a submenu with the following command options:</variable></paragraph>
+<h3 id="hd_id71605976065472">Rows Above</h3>
+<paragraph role="paragraph" id="par_id811605976075887">Insert a row above the row where the cursor is currently placed.</paragraph>
+<h3 id="hd_id621605976125265">Rows Below</h3>
+<paragraph role="paragraph" id="par_id701605976138113">Insert a row below the row where the cursor is currently placed.</paragraph>
+<h3 id="par_idN105E5" xml-lang="en-US"><link href="text/swriter/01/05120400.xhp" name="insertrows">Rows</link></h3>
+<paragraph id="par_idN105E8" role="paragraph" xml-lang="en-US">Opens dialog box for inserting rows.<comment>see also swriter/02/0409</comment></paragraph>
+<h3 id="hd_id841605976313559">Columns Before</h3>
+<paragraph role="paragraph" id="par_id531605976347665">Insert a column before the column where the cursor is currently placed.</paragraph>
+<h3 id="hd_id21605976318849">Columns After</h3>
+<paragraph role="paragraph" id="par_id731605976350615">Insert a column before the column where the cursor is currently placed.</paragraph> 
+<h3 id="par_idN105CD" xml-lang="en-US"><link href="text/swriter/01/05120400.xhp" name="insertrows">Columns</link></h3>
+<paragraph id="par_idN105D0" role="paragraph" xml-lang="en-US">Opens dialog box for inserting columns.<comment>see also swriter/02/0410</comment></paragraph>
+
+<h2 id="par_idN105AF" xml-lang="en-US">Delete</h2>
+<paragraph role="paragraph" id="par_id81605976578903"><embedvar href="text/swriter/main0110.xhp#submenu"/></paragraph>
+
+<h3 id="par_idN1066A" xml-lang="en-US">Rows</h3>
+<paragraph id="par_idN10616" role="paragraph" xml-lang="en-US">Deletes the selected rows.</paragraph>
 
-<paragraph id="par_idN105AF" role="heading" level="2" xml-lang="en-US">Delete</paragraph>
+<h3 id="par_idN1060D" xml-lang="en-US">Columns</h3>
+<paragraph id="par_idN10610" role="paragraph" xml-lang="en-US">Deletes the selected columns.</paragraph>
 
 <bookmark xml-lang="en-US" branch="hid/.uno:DeleteTable" id="bm_id7886898" localize="false"/>
-<paragraph id="par_idN1063E" role="heading" level="3" xml-lang="en-US">Table</paragraph>
+<h3 id="par_idN1063E" xml-lang="en-US">Table</h3>
 <paragraph id="par_idN1060A" role="paragraph" xml-lang="en-US"><ahelp hid=".">Deletes the current table.</ahelp></paragraph>
 
-<paragraph id="par_idN1060D" role="heading" level="3" xml-lang="en-US">Columns</paragraph>
-<paragraph id="par_idN10610" role="paragraph" xml-lang="en-US">Deletes the selected columns.</paragraph>
-
-<paragraph id="par_idN1066A" role="heading" level="3" xml-lang="en-US">Rows</paragraph>
-<paragraph id="par_idN10616" role="paragraph" xml-lang="en-US">Deletes the selected rows.</paragraph>
-
-<paragraph id="par_idN105B3" role="heading" level="2" xml-lang="en-US">Select</paragraph>
+<h2 id="par_idN105B3" xml-lang="en-US">Select</h2>
 <bookmark xml-lang="en-US" branch="hid/.uno:SelectTable" id="bm_id3954588" localize="false"/>
+<paragraph role="paragraph" id="par_id851605976580614"><embedvar href="text/swriter/main0110.xhp#submenu"/></paragraph>
 
-<paragraph id="par_idN10623" role="heading" level="3" xml-lang="en-US">Table</paragraph>
-<paragraph id="par_idN10626" role="paragraph" xml-lang="en-US"><ahelp hid=".">Selects the current table.</ahelp></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:EntireCell" id="bm_id6957914" localize="false"/>
+<h3 id="par_idN10635" xml-lang="en-US">Cell</h3>
+<paragraph id="par_idN10638" role="paragraph" xml-lang="en-US"><ahelp hid=".">Selects the current cell.</ahelp></paragraph>
 
-<paragraph id="par_idN10629" role="heading" level="3" xml-lang="en-US">Column</paragraph>
+<h3 id="par_idN1062F" xml-lang="en-US">Row</h3>
+<paragraph id="par_idN10632" role="paragraph" xml-lang="en-US">Selects the current row.</paragraph>
+
+<h3 id="par_idN10629" xml-lang="en-US">Column</h3>
 <paragraph id="par_idN1062C" role="paragraph" xml-lang="en-US">Selects the current column.</paragraph>
 
-<paragraph id="par_idN1062F" role="heading" level="3" xml-lang="en-US">Row</paragraph>
-<paragraph id="par_idN10632" role="paragraph" xml-lang="en-US">Selects the current row.</paragraph>
+<h3 id="par_idN10623" xml-lang="en-US">Table</h3>
+<paragraph id="par_idN10626" role="paragraph" xml-lang="en-US"><ahelp hid=".">Selects the current table.</ahelp></paragraph>
 
-<bookmark xml-lang="en-US" branch="hid/.uno:EntireCell" id="bm_id6957914" localize="false"/>
-<paragraph id="par_idN10635" role="heading" level="3" xml-lang="en-US">Cell</paragraph>
-<paragraph id="par_idN10638" role="paragraph" xml-lang="en-US"><ahelp hid=".">Selects the current cell.</ahelp></paragraph>
+<h2 id="par_idN105FB" xml-lang="en-US">Size</h2>
+<paragraph role="paragraph" id="par_id41605977320372"><embedvar href="text/swriter/main0110.xhp#submenu"/></paragraph>
 
-<paragraph id="par_idN105B7" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/05100100.xhp">Merge Cells</link></paragraph>
-<embed href="text/shared/01/05100100.xhp#verbindentext"/>
+<h3 id="par_idN106E9" xml-lang="en-US">Row Height</h3>
+<paragraph id="par_idN106EC" role="paragraph" xml-lang="en-US">Opens the Row Height dialog where you can change the height of a row.</paragraph>
 
-<paragraph id="par_idN105BB" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/05100200.xhp">Split Cells</link></paragraph>
-<embed href="text/shared/01/05100200.xhp#teilentext"/>
-<embed href="text/swriter/01/05200000.xhp#tabelleverb"/>
-<embed href="text/swriter/01/05190000.xhp#tabelleauf"/>
+<h3 id="hd_id451605990864684">Minimize Row Height</h3>
+<paragraph role="paragraph" id="par_id261605990897312">Set the row height to the smallest possible for the content in each selected row.</paragraph>
 
-<paragraph id="par_idN105F7" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/05150101.xhp">Table AutoFormat</link></paragraph>
-<embed href="text/swriter/01/05150101.xhp#autoformattabelle"/>
+<h3 id="par_idN106EF" xml-lang="en-US"><link href="text/swriter/01/05110200.xhp">Optimal Row Height</link></h3>
+<embed href="text/swriter/01/05110200.xhp#zeilenhoehetext"/>
 
-<paragraph id="par_idN105FB" role="heading" level="2" xml-lang="en-US">Autofit</paragraph>
+<h3 id="par_idN10706" xml-lang="en-US"><link href="text/shared/01/05110600m.xhp">Distribute Rows Evenly</link></h3>
+<embed href="text/shared/01/05110600m.xhp#verteilentext"/>
 
-<paragraph id="par_idN106B5" role="heading" level="3" xml-lang="en-US">Column width</paragraph>
+<h3 id="par_idN106B5" xml-lang="en-US">Column Width</h3>
 <paragraph id="par_idN106B8" role="paragraph" xml-lang="en-US">Opens the Column Width dialog where you can change the width of a column.</paragraph>
+  
+<h3 id="hd_id671605991381461">Minimize Column Width</h3>
+<paragraph role="paragraph" id="par_id581605991965966">Set column width to the smallest possible for the content in each selected column.</paragraph>
 
-<paragraph id="par_idN106BB" role="heading" level="3" xml-lang="en-US"><link href="text/swriter/01/05120200.xhp">Optimal Column Width</link></paragraph>
+<h3 id="par_idN106BB" xml-lang="en-US"><link href="text/swriter/01/05120200.xhp">Optimal Column Width</link></h3>
 <embed href="text/swriter/01/05120200.xhp#spaltenbreitetext"/>
 
-<paragraph id="par_idN106D2" role="heading" level="3" xml-lang="en-US"><link href="text/shared/01/05120600.xhp">Distribute Columns Evenly</link></paragraph>
+<h3 id="par_idN106D2" xml-lang="en-US"><link href="text/shared/01/05120600.xhp">Distribute Columns Evenly</link></h3>
 <embed href="text/shared/01/05120600.xhp#verteilentext"/>
+ 
+<h2 id="par_idN105B7" xml-lang="en-US"><link href="text/shared/01/05100100.xhp">Merge Cells</link></h2>
+<embed href="text/shared/01/05100100.xhp#verbindentext"/>
 
-<paragraph id="par_idN106E9" role="heading" level="3" xml-lang="en-US">Row Height</paragraph>
-<paragraph id="par_idN106EC" role="paragraph" xml-lang="en-US">Opens the Row Height dialog where you can change the height of a row.</paragraph>
+<h2 id="par_idN105BB" xml-lang="en-US"><link href="text/shared/01/05100200.xhp">Split Cells</link></h2>
+<embed href="text/shared/01/05100200.xhp#teilentext"/>
+<embed href="text/swriter/01/05200000.xhp#tabelleverb"/>
+<embed href="text/swriter/01/05190000.xhp#tabelleauf"/>
 
-<paragraph id="par_idN106EF" role="heading" level="3" xml-lang="en-US"><link href="text/swriter/01/05110200.xhp">Optimal Row Height</link></paragraph>
-<embed href="text/swriter/01/05110200.xhp#zeilenhoehetext"/>
+<h2 id="hd_id371605978330177">Protect Cells</h2>
+<embed href="text/swriter/01/05100300.xhp#protectcells"/>
 
-<paragraph id="par_idN10706" role="heading" level="3" xml-lang="en-US"><link href="text/shared/01/05110600m.xhp">Distribute Rows Evenly</link></paragraph>
-<embed href="text/shared/01/05110600m.xhp#verteilentext"/>
+<h2 id="hd_id531605978352545">Unprotect Cells</h2>
+<embed href="text/swriter/01/05100400.xhp#unprotectcells"/>
+  
+<h2 id="par_idN105F7" xml-lang="en-US"><link href="text/swriter/01/05150101.xhp">AutoFormat Styles</link></h2>
+<embed href="text/swriter/01/05150101.xhp#autoformattabelle"/>
 
-<paragraph id="par_idN1071D" role="heading" level="3" xml-lang="en-US">Break Across Pages</paragraph>
-<paragraph id="par_idN10720" role="paragraph" xml-lang="en-US">Allows a page break within the current row.</paragraph>
+<h2 id="par_idN1060F" xml-lang="en-US">Number Format</h2>
+<paragraph id="par_idN107AC" role="paragraph" xml-lang="en-US">Opens <link href="text/shared/optionen/01040500.xhp">a dialog</link> where you can specify the format of numbers in the table.</paragraph>
+<bookmark xml-lang="en-US" branch="hid/20459" id="bm_id4031800" localize="false"/>
 
-<bookmark xml-lang="en-US" branch="hid/.uno:HeadingRowsRepeat" id="bm_id7787408" localize="false"/>
-<paragraph id="par_idN105FF" role="heading" level="2" xml-lang="en-US">Repeat Heading Rows</paragraph>
-<paragraph id="par_idN1072D" role="paragraph" xml-lang="en-US"><ahelp hid=".">Repeats the table headers on subsequent pages if the table spans one or more pages.</ahelp><comment>see swriter\guide\table_repeat_multiple_headers</comment></paragraph>
+<h2 id="hd_id931605978707761"><link href="text/swriter/guide/number_date_conv.xhp" name="numberrecognition">Number Recognition</link></h2>
+<paragraph role="paragraph" id="par_id511605978897703">Toggles the setting for automatically recognizing numbers or dates that you enter into a table cell, converting them from text to an appropriate number format.</paragraph>
 
-<paragraph id="par_idN10603" role="heading" level="2" xml-lang="en-US">Convert</paragraph>
+<h2 id="par_idN10603" xml-lang="en-US">Convert</h2>
 <bookmark xml-lang="en-US" branch="hid/.uno:ConvertTextToTable" id="bm_id1469161" localize="false"/>
+<paragraph role="paragraph" id="par_id321605979158760"><embedvar href="text/swriter/main0110.xhp#submenu"/></paragraph>
 
-<paragraph id="par_idN1074C" role="heading" level="3" xml-lang="en-US">Text to Table</paragraph>
+<h3 id="par_idN1074C" xml-lang="en-US">Text to Table</h3>
 <paragraph id="par_idN1074F" role="paragraph" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens a dialog where you can convert the selected text to a table.</ahelp> Opens <link href="text/swriter/01/06090000.xhp">a dialog</link> where you can convert the selected text to a table.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/.uno:ConvertTableToText" id="bm_id3982665" localize="false"/>
 
-<paragraph id="par_idN10763" role="heading" level="3" xml-lang="en-US">Table to Text</paragraph>
+<h3 id="par_idN10763" xml-lang="en-US">Table to Text</h3>
 <paragraph id="par_idN10766" role="paragraph" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href="text/swriter/01/06090000.xhp">a dialog</link> where you can convert the current table to text.</paragraph>
 
-<paragraph id="par_idN10607" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/06100000.xhp">Sort</link></paragraph>
-<embed href="text/swriter/01/06100000.xhp#sort"/><comment>UFI: removed help ids</comment>
-
-<paragraph id="par_idN1092F" role="heading" level="2" xml-lang="en-US">Formula</paragraph>
+<h2 id="par_idN1092F" xml-lang="en-US">Formula</h2>
 <paragraph id="par_idN10933" role="paragraph" xml-lang="en-US">Opens the <link href="text/swriter/main0214.xhp">Formula bar</link> to enter or edit a formula.</paragraph>
 
-<paragraph id="par_idN1060F" role="heading" level="2" xml-lang="en-US">Number Format</paragraph>
-<paragraph id="par_idN107AC" role="paragraph" xml-lang="en-US">Opens <link href="text/shared/optionen/01040500.xhp">a dialog</link> where you can specify the format of numbers in the table.</paragraph>
-<bookmark xml-lang="en-US" branch="hid/20459" id="bm_id4031800" localize="false"/>
+<h2 id="par_idN10607" xml-lang="en-US"><link href="text/swriter/01/06100000.xhp">Sort</link></h2>
+<embed href="text/swriter/01/06100000.xhp#sort"/><comment>UFI: removed help ids</comment>  
 
-<paragraph id="par_idN10617" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/05090000.xhp">Table Properties</link></paragraph>
+<h2 id="par_idN10617" xml-lang="en-US"><link href="text/swriter/01/05090000.xhp">Properties</link></h2>
 <embed href="text/swriter/01/05090000.xhp#tabelletext"/>
 </body>
-
 </helpdocument>
commit f6a5ead66ece37829ee11dd6f29bc1450f235462
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Mon Nov 30 20:08:00 2020 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Mon Nov 30 20:40:09 2020 +0100

    tdf#134602 repair menu sequence for Freezing Rows or Columns
    
      * change View - Freeze Cells - Freeze Rows and Columns -->
        View - Freeze Rows and Columns
      * update to <h1>
    
    Change-Id: I3d4b29cbabe5195c10d95fe7da56f1129befe6e9
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106934
    Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>
    Tested-by: Jenkins

diff --git a/source/text/scalc/00/00000407.xhp b/source/text/scalc/00/00000407.xhp
index 8623bb0ac..aea740854 100644
--- a/source/text/scalc/00/00000407.xhp
+++ b/source/text/scalc/00/00000407.xhp
@@ -25,8 +25,8 @@
   </topic>
 </meta>
 <body>
-<paragraph id="hd_id3155628" role="heading" level="1" xml-lang="en-US">Window Menu</paragraph>
+<h1 id="hd_id3155628" xml-lang="en-US">Window Menu</h1>
 <paragraph id="par_id3147335" role="paragraph" xml-lang="en-US"><variable id="fete">Choose ><item type="menuitem">View - Split Window</item>.</variable></paragraph>
-<paragraph id="par_id3153663" role="paragraph" xml-lang="en-US"><variable id="fefix">Choose <item type="menuitem">View - Freeze Cells - Freeze Rows and Columns</item>.</variable></paragraph>
+<paragraph id="par_id3153663" role="paragraph" xml-lang="en-US"><variable id="fefix">Choose <item type="menuitem">View - Freeze Rows and Columns</item>.</variable></paragraph>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/07090000.xhp b/source/text/scalc/01/07090000.xhp
index c5b1c7362..9d2c9eca0 100644
--- a/source/text/scalc/01/07090000.xhp
+++ b/source/text/scalc/01/07090000.xhp
@@ -31,7 +31,7 @@
 <section id="freeze_rows_and_columns">
 <bookmark xml-lang="en-US" branch="hid/.uno:FreezePanes" id="bm_id6343491" localize="false"/>
 
-<paragraph id="hd_id3150517" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/07090000.xhp" name="Freeze">Freeze Rows and Columns</link></paragraph>
+<h1 id="hd_id3150517"  xml-lang="en-US"><link href="text/scalc/01/07090000.xhp" name="Freeze">Freeze Rows and Columns</link></h1>
 <paragraph id="par_id3156289" role="paragraph" xml-lang="en-US"><ahelp hid=".">Divides the sheet at the top left corner of the active cell and the area to the top left is no longer scrollable.</ahelp></paragraph>
 </section>
 
diff --git a/source/text/scalc/guide/line_fix.xhp b/source/text/scalc/guide/line_fix.xhp
index 2dc78101c..688669bad 100644
--- a/source/text/scalc/guide/line_fix.xhp
+++ b/source/text/scalc/guide/line_fix.xhp
@@ -40,7 +40,7 @@
 </bookmark>
 
 
-<paragraph id="hd_id3154684" role="heading" level="1" xml-lang="en-US"><variable id="line_fix"><link href="text/scalc/guide/line_fix.xhp" name="Freezing Rows or Columns as Headers">Freezing Rows or Columns as Headers</link> </variable></paragraph>
+<h1 id="hd_id3154684" xml-lang="en-US"><variable id="line_fix"><link href="text/scalc/guide/line_fix.xhp" name="Freezing Rows or Columns as Headers">Freezing Rows or Columns as Headers</link> </variable></h1>
 <paragraph id="par_id3148576" role="paragraph" xml-lang="en-US">If you have long rows or columns of data that extend beyond the viewable area of the sheet, you can freeze some rows or columns, which allows you to see the frozen columns or rows as you scroll through the rest of the data.</paragraph>
 
 <list type="ordered">
@@ -49,15 +49,15 @@
     <paragraph id="par_id3153158" role="listitem" xml-lang="en-US">To freeze both horizontally and vertically, select the <emph>cell</emph> that is below the row and to the right of the column that you want to freeze.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3156286" role="listitem" xml-lang="en-US">Choose <item type="menuitem">View - Freeze Cells - Freeze Rows and Columns</item>.</paragraph>
-    <paragraph id="par_id3151073" role="listitem" xml-lang="en-US">To deactivate, choose <item type="menuitem">View - Freeze Cells - Freeze Rows and Columns</item> again.</paragraph>
+    <paragraph id="par_id3156286" role="listitem" xml-lang="en-US">Choose <item type="menuitem">View - Freeze Rows and Columns</item>.</paragraph>
+    <paragraph id="par_id3151073" role="listitem" xml-lang="en-US">To deactivate, choose <item type="menuitem">View - Freeze Rows and Columns</item> again.</paragraph>
   </listitem>
 </list>
 <paragraph id="par_id3155335" role="note" xml-lang="en-US">If the area defined is to be scrollable, apply the <item type="menuitem">View - Split Window</item> command.</paragraph>
 <paragraph id="par_id3147345" role="note" xml-lang="en-US">If you want to print a certain row on all pages of a document, choose <item type="menuitem">Format - Print ranges - Edit</item>.</paragraph>
 
 <section id="relatedtopics">
-<paragraph id="par_id3147004" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/07090000.xhp" name="View - Freeze Cells - Freeze Rows and Columns">View - Freeze Cells - Freeze Rows and Columns</link></paragraph>
+<paragraph id="par_id3147004" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/07090000.xhp" name="View - Freeze Cells - Freeze Rows and Columns">View - Freeze Rows and Columns</link></paragraph>
 <paragraph id="par_id3150088" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/07080000.xhp" name="View - Split">View - Split Window</link></paragraph>
 <embed href="text/scalc/guide/print_title_row.xhp#print_title_row"/>
 <paragraph id="par_id3150304" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/05080300.xhp" name="Format - Print ranges - Edit">Format - Print ranges - Edit</link></paragraph>


More information about the Libreoffice-commits mailing list