summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/SF_UI.xba6
1 files changed, 6 insertions, 0 deletions
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 -----------------------------------------------------------------------------