wizards/source/sfdialogs/SF_Dialog.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 53803537d5b89fb19c33bf6661363acbc97463a7 Author: Jean-Pierre Ledure <[email protected]> AuthorDate: Wed Dec 9 16:49:52 2020 +0100 Commit: Jean-Pierre Ledure <[email protected]> CommitDate: Wed Dec 9 17:54:51 2020 +0100 ScriptForge - (SF_Dialog) Fix typo Change-Id: I04ef80a7aee2a3244fc1b69967e2a4e855fd4a72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107497 Tested-by: Jean-Pierre Ledure <[email protected]> Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
