wizards/source/scriptforge/SF_UI.xba | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit d94a4767437cdb12ee92265814b8b56f13448a09 Author: Jean-Pierre Ledure <j...@ledure.be> AuthorDate: Wed Feb 16 16:08:25 2022 +0100 Commit: Jean-Pierre Ledure <j...@ledure.be> CommitDate: Thu Feb 17 10:54:09 2022 +0100 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 <j...@ledure.be> Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <j...@ledure.be> 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 -----------------------------------------------------------------------------