diff options
author | Jean-Pierre Ledure <jp@ledure.be> | 2020-12-09 16:49:52 +0100 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2020-12-09 17:54:51 +0100 |
commit | 53803537d5b89fb19c33bf6661363acbc97463a7 (patch) | |
tree | 672e6bd3dff3901f41e3c5d71c8d9336cc98bf1e /wizards | |
parent | 1b27638ce1434b0fee73685cb9cfc55dcc0c8b0b (diff) |
ScriptForge - (SF_Dialog) Fix typo
Change-Id: I04ef80a7aee2a3244fc1b69967e2a4e855fd4a72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107497
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdialogs/SF_Dialog.xba | 2 |
1 files changed, 1 insertions, 1 deletions
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 |