diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-04-05 22:00:33 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-04-05 23:44:14 +0200 |
commit | 0fafd7ff653e26ccafc5067d1387d72239de8d3f (patch) | |
tree | 50ecea88bbb3590be1a3024c276b6040f391dccd /wizards | |
parent | 6453502fa8d3cc83e066c550d8df98facb1f4471 (diff) |
Fix typos
Change-Id: Idcb10d0cc0759473e95e47afec7ed69853628612
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132587
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/SF_Utils.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/SF_Utils.xba b/wizards/source/scriptforge/SF_Utils.xba index 127329c7e78b..5dbe667a52f0 100644 --- a/wizards/source/scriptforge/SF_Utils.xba +++ b/wizards/source/scriptforge/SF_Utils.xba @@ -1047,7 +1047,7 @@ Public Function _VarTypeObj(ByRef pvValue As Variant) As Object ''' V_UNOOBJECT Uno object or Uno structure ''' V_SFOBJECT ScriptForge object: has ObjectType and ServiceName properties ''' V_BASICOBJECT User Basic object -''' coupled withe object type as a string ("com.sun.star..." or "SF_..." or "... ScriptForge class ...") +''' coupled with object type as a string ("com.sun.star..." or "SF_..." or "... ScriptForge class ...") ''' When the argument is not an Object, return the usual VarType() of the argument Dim oObjDesc As _ObjectDescriptor ' Return value @@ -1107,4 +1107,4 @@ Finally: End Function ' ScriptForge.SF_Utils._VarTypeObj REM ================================================= END OF SCRIPTFORGE.SF_UTILS -</script:module>
\ No newline at end of file +</script:module> |