From e1da23a649197d960c8492373326e11286b3239e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Jan 2022 10:30:13 +0000 Subject: Related: tdf#146971 rename %PRODUCTNAME Macros to Application Macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I83393ec16732482deade1694c6a1a8e2b92f3944 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128916 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- source/text/sbasic/guide/sample_code.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/sbasic/guide') diff --git a/source/text/sbasic/guide/sample_code.xhp b/source/text/sbasic/guide/sample_code.xhp index 7ef8b6a450..cdb79e3837 100644 --- a/source/text/sbasic/guide/sample_code.xhp +++ b/source/text/sbasic/guide/sample_code.xhp @@ -59,7 +59,7 @@ LoadDialog() = oRuntimeDialog End Function -LoadDialog function is stored in Tools.ModuleControls available from %PRODUCTNAME Macros and Dialogs. +LoadDialog function is stored in Tools.ModuleControls available from Application Macros and Dialogs. Displaying a Dialog REM global definition of variables -- cgit