diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-11-10 17:41:44 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-11-11 11:33:22 +0100 |
commit | 0a4258b67775ee61f6d2f0b9b45b6437c508d338 (patch) | |
tree | e0ddd8f94d792103b8e37a764d3dc41f54eab4aa | |
parent | f4fe6532ba4c65ee5baecfb4dc5167fd9111b97a (diff) |
tdf#151665 Track changes in margins
These track changes show options are not in the track changes
menu but are available in the track changes toolbar.
They apply to Writer only, Calc does not have a track change toolbar.
Change-Id: Iaf9ea40a87470d172cedf3fdf2f87c65fcc6a87d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142571
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/01/02230200.xhp | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/source/text/shared/01/02230200.xhp b/source/text/shared/01/02230200.xhp index 3a1815654f..d4b5946150 100644 --- a/source/text/shared/01/02230200.xhp +++ b/source/text/shared/01/02230200.xhp @@ -38,8 +38,7 @@ <bookmark xml-lang="en-US" branch="hid/.uno:ShowChanges" id="bm_id3147240" localize="false"/> <section id="showchanges"> <h1 id="hd_id3149988"><link href="text/shared/01/02230200.xhp" name="Show Changes">Show Track Changes</link></h1> -<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US"><variable id="text"><ahelp hid=".">Shows or hides recorded changes.</ahelp> -</variable></paragraph> +<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US"><variable id="text"><ahelp hid=".">Shows or hides recorded changes.</ahelp></variable></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/edit_menu.xhp#anzeigen"/> @@ -63,6 +62,15 @@ <h2 id="hd_id3149956">Show rejected changes</h2> <paragraph role="paragraph" id="par_id3159166" xml-lang="en-US"><ahelp hid="modules/scalc/ui/showchangesdialog/showrejected">Shows or hides the changes that were rejected.</ahelp></paragraph> </case> + <case select="WRITER"> + <paragraph role="paragraph" id="par_id211668109415044">The commands below are available in the <emph>Track Changes toolbar</emph> only.</paragraph> + <h2 id="hd_id321668109420444">All Changes Inline</h2> + <paragraph role="paragraph" id="par_id581668110199198">The default. Insertions and deletions are displayed in the contents according to the settings in <link href="text/shared/optionen/01060600.xhp" name="Writer - Changes"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline> - <menuitem>%PRODUCTNAME Writer - Changes</menuitem></link>.</paragraph> + <h2 id="hd_id361668109425108">Deletions in Margin</h2> + <paragraph role="paragraph" id="par_id351668110205116">Show the deleted contents in the margin. Insertions are displayed in the contents.</paragraph> + <h2 id="hd_id71668109429555">Insertions in Margin</h2> + <paragraph role="paragraph" id="par_id751668110211057">Show the inserted contents in the margin. Deletions are displayed in the contents.</paragraph> + </case> </switch> </body> </helpdocument> |