diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-15 23:37:55 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-16 13:09:17 +0200 |
commit | a8efe6cbfa9f6a6de6df6512856c1ff0f429c0de (patch) | |
tree | 542b080e1bdbc39921cf15cbc94fd5732750efd0 /source/text | |
parent | 5d43b773eb9e3e3fd45c627f83d9f57a926ae411 (diff) |
tdf#155875 Tab'd UI commands Writer/Insert in Help
+ refactoring
+ Writer Insert menu (part 8)
Change-Id: I7e8f81b709cf53369bea042748cbc64b3dd79474
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154493
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/shared/00/00000404.xhp | 29 | ||||
-rw-r--r-- | source/text/shared/01/04050000.xhp | 3 |
2 files changed, 28 insertions, 4 deletions
diff --git a/source/text/shared/00/00000404.xhp b/source/text/shared/00/00000404.xhp index 76f2b67253..c5eb8fc017 100644 --- a/source/text/shared/00/00000404.xhp +++ b/source/text/shared/00/00000404.xhp @@ -25,8 +25,33 @@ </meta> <body> <h1 id="hd_id3156324">Insert Menu</h1> -<paragraph role="paragraph" id="par_id3153808"><variable id="notiz">Choose <emph>Insert - Comment</emph>.</variable></paragraph> -<paragraph role="paragraph" id="par_id3253808"><variable id="notizkbd">Press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode>+<keycode>Option</keycode></caseinline><defaultinline><keycode>Ctrl</keycode>+<keycode>Alt</keycode></defaultinline></switchinline>+<keycode>C</keycode>.</variable></paragraph> + +<section id="annotation"> + <embed href="text/shared/00/00000004.xhp#from_menu_bar"/> + <paragraph role="paragraph" id="par_id3153808"><variable id="notiz">Choose <menuitem>Insert - Comment</menuitem>.</variable></paragraph> + <embed href="text/shared/00/00000004.xhp#from_tabUI"/> + <paragraph role="paragraph" id="par_id841689472443824">Choose <menuitem>Review - Insert Comment</menuitem>.</paragraph> + <switch select="appl"> + <case select="WRITER"> + <paragraph role="paragraph" id="par_id11689501613616">Choose <menuitem>Home - Insert Comment</menuitem>.</paragraph> + </case> + </switch> + <embed href="text/shared/00/00000004.xhp#from_context"/> + <paragraph role="paragraph" id="par_id211689472213113" localize="false"><embedvar href="text/shared/00/00000404.xhp#notiz" markup="keep"/></paragraph> + <embed href="text/shared/00/00000004.xhp#from_toolbars"/> + <table id="tab_id701689471839958"> + <tablerow> + <tablecell> + <paragraph id="par_id131689471839959" role="paragraph"><image src="cmd/lc_shownote.svg" id="img_id531689471839960" width="1cm" height="1cm"><alt id="alt_id211689471839961">Icon Insert Comment</alt></image></paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id191689471839963" role="paragraph">Insert Comment</paragraph> + </tablecell> + </tablerow> + </table> + <embed href="text/shared/00/00000004.xhp#from_keyboard"/> + <paragraph role="paragraph" id="par_id3253808"><variable id="notizkbd"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode>+<keycode>Option</keycode></caseinline><defaultinline><keycode>Ctrl</keycode> + <keycode>Alt</keycode></defaultinline></switchinline> + <keycode>C</keycode>.</variable></paragraph> +</section> <section id="scan"> <embed href="text/shared/00/00000004.xhp#from_menu_bar"/> diff --git a/source/text/shared/01/04050000.xhp b/source/text/shared/01/04050000.xhp index 04f0a5fdb7..e21532b621 100644 --- a/source/text/shared/01/04050000.xhp +++ b/source/text/shared/01/04050000.xhp @@ -46,8 +46,7 @@ <paragraph id="par_id3151100" role="paragraph" xml-lang="en-US"><variable id="notizbearbeitentext"><ahelp hid=".">Inserts a comment around the selected text, presentation slide, drawing page or at the current spreadsheet cursor position.</ahelp></variable></paragraph> </section> <section id="howtoget"> - <embed href="text/shared/00/00000404.xhp#notiz"/> - <embed href="text/shared/00/00000404.xhp#notizkbd"/> + <embed href="text/shared/00/00000404.xhp#annotation"/> </section> <paragraph id="par_id6718649" role="paragraph" xml-lang="en-US">The comments by different authors get different colors. Choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> to enter your name so that it can show up as the comment author.</paragraph> |