summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-27 07:22:06 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-27 12:34:14 +0200
commit42df2445f3bc34cf006f9b4433671e21a179ff5c (patch)
treea57248444077bfe31572aa36a22e6920054b9fb9 /wizards
parent5ab3a2fae34a000e27a9e44accdcc7bcbae60246 (diff)
Fix typo
Change-Id: I989d9a915c61186b4fd9132f70b916b3dfd7f202 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152338 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.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 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:
- &apos; When rhe model is a string, create a new (empty) model instance
+ &apos; When the model is a string, create a new (empty) model instance
Select Case VarType(pvModel)
Case V_STRING : Set oControlModel = _DialogModel.createInstance(&quot;com.sun.star.awt.&quot; &amp; pvModel)
Case ScriptForge.V_OBJECT : Set oControlModel = pvModel