diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-03-14 20:08:09 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-03-15 00:11:45 +0100 |
commit | 31f0c48d3bc30742d49af32ac9686d71f8aa7215 (patch) | |
tree | a8f26dc9b378a5d9cf05f5bff0babe2155576a04 /source/text/shared/guide/dev_tools.xhp | |
parent | 14a38203c36eab86b30e02c1acd66b1841cbfaf0 (diff) |
Update Clac Tools menu with Forms submenu
Change-Id: Ib8ac1f43116592ea569d88d16f84db44b0333286
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131567
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/guide/dev_tools.xhp')
-rw-r--r-- | source/text/shared/guide/dev_tools.xhp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source/text/shared/guide/dev_tools.xhp b/source/text/shared/guide/dev_tools.xhp index 1b905c3f0f..5463a73128 100644 --- a/source/text/shared/guide/dev_tools.xhp +++ b/source/text/shared/guide/dev_tools.xhp @@ -31,8 +31,11 @@ </bookmark> <bookmark branch="hid/.uno:DevelopmentToolsDockingWindow" id="bm_id5584892" localize="false"/> <bookmark branch="hid/.uno:InspectSelectedObject" id="bm_id2672962" localize="false"/> - <h1 id="hd_id951627860296699"><variable id="DevTools_h1"><link href="text/shared/guide/dev_tools.xhp" name="DevTools_help">Development Tools</link></variable></h1> - <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="devtoolsHead"> + <h1 id="hd_id951627860296699"><variable id="DevTools_h1"><link href="text/shared/guide/dev_tools.xhp" name="DevTools_help">Development Tools</link></variable></h1> + <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.</ahelp></variable></paragraph> +</section> + <paragraph role="paragraph" id="par_id791647281944610">This feature also allows to explore the document structure using the Document Object Model (DOM).</paragraph> <section id="howtoget"> <paragraph role="paragraph" id="par_id961562795750725">Choose <menuitem>Tools - Development Tools</menuitem></paragraph> <table id="tab_id11637079282585"> |