summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-09 19:07:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-10 09:05:46 +0200
commitdb6470829f68cb01bb43ab1d9640f814a51f740c (patch)
tree9bdbb8e3d26540f91e5098fe87c48a449ce7ad21 /wizards
parentc6a638d9406dabbc7f99749e7b87724877e08512 (diff)
Fix typos
Change-Id: Ic2f53e1bacaf49727347df5378f0e11443d57bf6 Reviewed-on: https://gerrit.libreoffice.org/77226 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/access2base/Python.xba6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/access2base/Python.xba b/wizards/source/access2base/Python.xba
index 05e229155eb6..e1d2aad803a4 100644
--- a/wizards/source/access2base/Python.xba
+++ b/wizards/source/access2base/Python.xba
@@ -80,7 +80,7 @@ Public Function PythonWrapper(ByVal pvCallType As Variant _
) As Variant
&apos; Called from Python to apply
&apos; - on object with entry pvObject in PythonCache
-&apos; Conventionnally: -1 = Application
+&apos; Conventionally: -1 = Application
&apos; -2 = DoCmd
&apos; - a script pvScript which type is described by pvCallType
&apos; - with arguments pvArgs(0)... (max. 8 for object methods)
@@ -110,7 +110,7 @@ Const vbGet = 2, vbLet = 4, vbMethod = 1, vbSet = 8, vbUNO = 16
If _ErrorHandler() Then On Local Error GoTo Error_Function
PythonWrapper = Null
- &apos;Reinterprete arguments one by one into vArgs, examine iso-dates and conventional NoArgs/Empty/Null values
+ &apos;Reinterpret arguments one by one into vArgs, examine iso-dates and conventional NoArgs/Empty/Null values
iNbArgs = -1
vArgs = Array()
If UBound(pvArgs) &gt;= 0 Then
@@ -604,4 +604,4 @@ Dim vValue As Variant
End Function
-</script:module> \ No newline at end of file
+</script:module>