diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-18 12:18:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-18 12:38:10 +0200 |
commit | 657cbc8c413683216fd6010c0b287d91e126508a (patch) | |
tree | 1f2f93bf2b1fa99b2d66b5a06816a23c7762ddd1 /wizards | |
parent | 0b7bea7e27393469187c45eb98e2dc6904cac666 (diff) |
Fix typo
Change-Id: I101861eaa810dc6e2f92a57ddc4e247a76a4b558
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151949
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 299e073b7a06..03d74ebcd68d 100644 --- a/wizards/source/sfdialogs/SF_Dialog.xba +++ b/wizards/source/sfdialogs/SF_Dialog.xba @@ -2361,7 +2361,7 @@ Try: End If End With - ' Store the specific propertes in the model + ' Store the specific properties in the model If UBound(ArgNames) >= 0 Then oControlModel.setPropertyValues(ArgNames, ArgValues) ' Insert the new completed control model in the dialog |