From 890b11c7e389bff4b177beaf79461a6d6cc8ba1c Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Tue, 16 Nov 2021 17:51:46 -0300 Subject: 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 --- source/text/shared/guide/dev_tools.xhp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'source/text/shared/guide') 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 @@ 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).
Choose Tools - Development Tools + + + + + Icon Development Tools + + + + Development Tools + + +
The Development Tools are visible in all documents of %PRODUCTNAME Writer, Calc, Impress and Draw. The display is persistent and remain visible until deselected. When Development Tools is enabled, a dockable window is shown at the bottom of the screen. This window has two sections: @@ -144,7 +156,7 @@ Implementation class: Displays the name of the class where the method is implemented. - +
-- cgit