summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2022-06-17 14:05:53 -0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-06-18 05:49:39 +0200
commit601ecc400a58555bf3225001c8c90ae7382c3068 (patch)
treea0d31194114981157a6b00ed615de4ab35c8c5c0
parent805ad055181ec05ef35a718bef6366d091553fe7 (diff)
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.hallot@libreoffice.org> (cherry picked from commit 3647d4f0a70cfdf67d03e725ceff0b2b1d14505a) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136043 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--source/text/shared/guide/redlining_enter.xhp37
1 files changed, 11 insertions, 26 deletions
diff --git a/source/text/shared/guide/redlining_enter.xhp b/source/text/shared/guide/redlining_enter.xhp
index 397aa4fdf2..dc8a94a031 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>