From 657cbc8c413683216fd6010c0b287d91e126508a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 18 May 2023 12:18:16 +0200 Subject: Fix typo Change-Id: I101861eaa810dc6e2f92a57ddc4e247a76a4b558 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151949 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- wizards/source/sfdialogs/SF_Dialog.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') 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 -- cgit