summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2020-12-09 16:49:52 +0100
committerJean-Pierre Ledure <jp@ledure.be>2020-12-09 17:54:51 +0100
commit53803537d5b89fb19c33bf6661363acbc97463a7 (patch)
tree672e6bd3dff3901f41e3c5d71c8d9336cc98bf1e /wizards
parent1b27638ce1434b0fee73685cb9cfc55dcc0c8b0b (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.xba2
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
&apos;&apos;&apos; Examples:
&apos;&apos;&apos; oDlg.GetProperty(&quot;Caption&quot;)
-Const cstThisSub = &quot;Model.GetProperty&quot;
+Const cstThisSub = &quot;SFDialogs.Dialog.GetProperty&quot;
Const cstSubArgs = &quot;&quot;
If SF_Utils._ErrorHandling() Then On Local Error GoTo Catch