From 53803537d5b89fb19c33bf6661363acbc97463a7 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Ledure Date: Wed, 9 Dec 2020 16:49:52 +0100 Subject: ScriptForge - (SF_Dialog) Fix typo Change-Id: I04ef80a7aee2a3244fc1b69967e2a4e855fd4a72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107497 Tested-by: Jean-Pierre Ledure Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure --- wizards/source/sfdialogs/SF_Dialog.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba index 8bb5147e6384..3bee408bdc7b 100644 --- a/wizards/source/sfdialogs/SF_Dialog.xba +++ b/wizards/source/sfdialogs/SF_Dialog.xba @@ -474,7 +474,7 @@ Public Function GetProperty(Optional ByVal PropertyName As Variant) As Variant ''' Examples: ''' oDlg.GetProperty("Caption") -Const cstThisSub = "Model.GetProperty" +Const cstThisSub = "SFDialogs.Dialog.GetProperty" Const cstSubArgs = "" If SF_Utils._ErrorHandling() Then On Local Error GoTo Catch -- cgit