diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-11-16 17:51:46 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-11-17 11:48:48 +0100 |
commit | 890b11c7e389bff4b177beaf79461a6d6cc8ba1c (patch) | |
tree | 6464c2004da637ac9ce6f3c1352b7f43f4ba513f | |
parent | eb45e7df8aeeab7791876038c16345d5321e49b1 (diff) |
Add Development Tools icon to Help page
Change-Id: I619e94f6c9c58285781cd6635398b4a807d20f55
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125335
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/guide/dev_tools.xhp | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/source/text/shared/guide/dev_tools.xhp b/source/text/shared/guide/dev_tools.xhp index 7a75841ee9..680c349618 100644 --- a/source/text/shared/guide/dev_tools.xhp +++ b/source/text/shared/guide/dev_tools.xhp @@ -35,6 +35,18 @@ <paragraph role="paragraph" id="par_id3155069"><variable id="DevTools_intro"><ahelp hid=".uno:LoadToolBox">Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces. This feature also allows to explore the document structure using the Document Object Model (DOM).</ahelp></variable></paragraph> <section id="howtoget"> <paragraph role="paragraph" id="par_id961562795750725">Choose <menuitem>Tools - Development Tools</menuitem></paragraph> + <table id="tab_id11637079282585"> + <tablerow> + <tablecell> + <paragraph id="par_id241637079282587" role="paragraph"> + <image src="cmd/lc_developmenttoolsdockingwindow.svg" id="img_id341637079282588" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id651637079282589">Icon Development Tools</alt></image> + </paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id991637079282590" role="paragraph" xml-lang="en-US">Development Tools</paragraph> + </tablecell> + </tablerow> + </table> </section> <note id="par_id271627931218557">The <emph>Development Tools</emph> are visible in all documents of %PRODUCTNAME Writer, Calc, Impress and Draw. The display is persistent and remain visible until deselected.</note> <paragraph role="paragraph" id="par_id3152821">When <emph>Development Tools</emph> is enabled, a dockable window is shown at the bottom of the screen. This window has two sections:</paragraph> @@ -144,7 +156,7 @@ <paragraph id="par_id371627914840561" role="listitem"><emph>Implementation class</emph>: Displays the name of the class where the method is implemented.</paragraph> </listitem> </list> - + <section id="relatedtopics"> <embed href="text/sbasic/shared/uno_objects.xhp#UnoObjects_h1"/> </section> |