From d94a4767437cdb12ee92265814b8b56f13448a09 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Ledure Date: Wed, 16 Feb 2022 16:08:25 +0100 Subject: ScriptForge - (SF_UI) Fix omission of ServiceName The ServiceName property is part of the standard norm for ScriptForge services. It is used only internally. Its omission in SF_UI caused the tree in construction for help files to contain wrong redirections. Change-Id: I51f1966ef463fffe62c9495dbc2ea0c152fa9667 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130004 Tested-by: Jean-Pierre Ledure Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure --- wizards/source/scriptforge/SF_UI.xba | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wizards') diff --git a/wizards/source/scriptforge/SF_UI.xba b/wizards/source/scriptforge/SF_UI.xba index c1726d1cdcb9..1caa90039264 100644 --- a/wizards/source/scriptforge/SF_UI.xba +++ b/wizards/source/scriptforge/SF_UI.xba @@ -142,6 +142,12 @@ Property Get ObjectType As String ObjectType = "SF_UI" End Property ' ScriptForge.SF_UI.ObjectType +REM ----------------------------------------------------------------------------- +Property Get ServiceName As String +''' Internal use + ServiceName = "ScriptForge.UI" +End Property ' ScriptForge.SF_UI.ServiceName + REM ===================================================================== METHODS REM ----------------------------------------------------------------------------- -- cgit