source/text/shared/guide/redlining_enter.xhp |   37 ++++++++-------------------
 1 file changed, 11 insertions(+), 26 deletions(-)

New commits:
commit 3647d4f0a70cfdf67d03e725ceff0b2b1d14505a
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Fri Jun 17 14:05:53 2022 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Fri Jun 17 21:41:04 2022 +0200

    Refactor table into list in redlining_enter.xhp
    
    Change-Id: Iba8074cd05c199f75d122955ebd4099262f7cde1
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136062
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/shared/guide/redlining_enter.xhp 
b/source/text/shared/guide/redlining_enter.xhp
index 397aa4fdf..dc8a94a03 100644
--- a/source/text/shared/guide/redlining_enter.xhp
+++ b/source/text/shared/guide/redlining_enter.xhp
@@ -36,32 +36,17 @@
 </variable></h1>
       <note id="par_id7271645">The review function is available in 
%PRODUCTNAME for text documents and spreadsheet documents.</note>
       <paragraph xml-lang="en-US" id="par_id3145669" role="paragraph">Not all 
changes are recorded. For example, the changing of a tab stop from align left 
to align right is not recorded. However, all usual changes made by a 
proofreader are recorded, such as additions, deletions, text alterations, and 
usual formatting.</paragraph>
-      <table id="tbl_id3147399">
-         <tablerow>
-            <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3147088" 
role="paragraph">1.</paragraph>
-            </tablecell>
-            <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3149095" 
role="paragraph">To start recording changes, open the document to be edited and 
choose <link href="text/shared/01/02230000.xhp" name="Edit - Track 
Changes"><emph>Edit - Track Changes</emph></link> and then choose 
<emph>Record</emph>.</paragraph>
-            </tablecell>
-         </tablerow>
-         <tablerow>
-            <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3154749" 
role="paragraph">2.</paragraph>
-            </tablecell>
-            <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3163802" 
role="paragraph">Now start making your changes. You will note that all new text 
passages that you enter are underlined in color, while all text that you delete 
remains visible but is crossed out and shown in color.</paragraph>
-            </tablecell>
-         </tablerow>
-         <tablerow>
-            <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3152349" 
role="paragraph">3.</paragraph>
-            </tablecell>
-            <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3149578" 
role="paragraph">If you move to a marked change with the mouse pointer, you 
will see a reference to the type of change, the author, date and time of day 
for the change in the Help Tip. If the Extended Tips are also enabled, you will 
also see any available comments on this change.</paragraph>
-            </tablecell>
-         </tablerow>
-      </table>
+      <list type="ordered">
+         <listitem>
+            <paragraph xml-lang="en-US" id="par_id3149095" role="listitem">To 
start recording changes, open the document to be edited and choose <link 
href="text/shared/01/02230000.xhp" name="Edit - Track Changes"><emph>Edit - 
Track Changes</emph></link> and then choose <emph>Record</emph>.</paragraph>
+         </listitem>
+         <listitem>
+            <paragraph xml-lang="en-US" id="par_id3163802" role="listitem">Now 
start making your changes. You will note that all new text passages that you 
enter are underlined in color, while all text that you delete remains visible 
but is crossed out and shown in color.</paragraph>
+         </listitem>
+         <listitem>
+            <paragraph xml-lang="en-US" id="par_id3149578" role="listitem">If 
you move to a marked change with the mouse pointer, you will see a reference to 
the type of change, the author, date and time of day for the change in the Help 
Tip. If the Extended Tips are also enabled, you will also see any available 
comments on this change.</paragraph>
+         </listitem>
+      </list>
 
 <paragraph role="paragraph" id="par_id3156119" xml-lang="en-US">Changes in a 
spreadsheet document are highlighted by a border around the cells; when you 
point to the cell you can see more detailed information on this change in the 
Help Tip.</paragraph>
 <paragraph role="paragraph" id="par_id3148473" xml-lang="en-US">You can enter 
a comment on each recorded change by placing the cursor in the area of the 
change and then choosing <emph>Edit - Track Changes - Comment</emph>. In 
addition to Extended Tips, the comment is also displayed in the list in the 
<link href="text/shared/01/02230400.xhp" name="Manage Changes"><emph>Manage 
Changes</emph></link> dialog.</paragraph>

Reply via email to