wizards/source/sfdialogs/SF_Dialog.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 42df2445f3bc34cf006f9b4433671e21a179ff5c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat May 27 07:22:06 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat May 27 12:34:14 2023 +0200 Fix typo Change-Id: I989d9a915c61186b4fd9132f70b916b3dfd7f202 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152338 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba index 21e307b99995..a81e83494dc5 100644 --- a/wizards/source/sfdialogs/SF_Dialog.xba +++ b/wizards/source/sfdialogs/SF_Dialog.xba @@ -2570,7 +2570,7 @@ Check: If IsMissing(ArgValues) Or IsEmpty(ArgValues) Then ArgValues = Array() Try: - ' When rhe model is a string, create a new (empty) model instance + ' When the model is a string, create a new (empty) model instance Select Case VarType(pvModel) Case V_STRING : Set oControlModel = _DialogModel.createInstance("com.sun.star.awt." & pvModel) Case ScriptForge.V_OBJECT : Set oControlModel = pvModel