[Libreoffice-commits] core.git: wizards/source

Jean-Pierre Ledure (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 9 16:55:26 UTC 2020


 wizards/source/sfdialogs/SF_Dialog.xba |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 53803537d5b89fb19c33bf6661363acbc97463a7
Author:     Jean-Pierre Ledure <jp at ledure.be>
AuthorDate: Wed Dec 9 16:49:52 2020 +0100
Commit:     Jean-Pierre Ledure <jp at ledure.be>
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 <jp at ledure.be>
    Tested-by: Jenkins
    Reviewed-by: Jean-Pierre Ledure <jp at ledure.be>

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


More information about the Libreoffice-commits mailing list