diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-09 19:09:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-10 08:43:42 +0200 |
commit | c6a638d9406dabbc7f99749e7b87724877e08512 (patch) | |
tree | 38fbbc2b493d78d955d869eddacef79393a44f5c /wizards | |
parent | a179305c35125f2a3a5388c753fd5419150f52b3 (diff) |
Change FR to US language for external URL
Change-Id: I78358348bf29cd4d63ec8bdad0d3e3ead5136c9e
Reviewed-on: https://gerrit.libreoffice.org/77227
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/access2base/Python.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/access2base/Python.xba b/wizards/source/access2base/Python.xba index 7051caed824a..05e229155eb6 100644 --- a/wizards/source/access2base/Python.xba +++ b/wizards/source/access2base/Python.xba @@ -103,7 +103,7 @@ Const cstScalar = 0, cstObject = 1, cstNull = 2, cstUNO = 3 'Conventional special values Const cstNoArgs = "+++NOARGS+++", cstSymEmpty = "+++EMPTY+++", cstSymNull = "+++NULL+++" -'https://support.office.com/fr-fr/article/CallByName-fonction-49ce9475-c315-4f13-8d35-e98cfe98729a +'https://support.office.com/en-us/article/callbyname-function-49ce9475-c315-4f13-8d35-e98cfe98729a 'Determines the pvCallType Const vbGet = 2, vbLet = 4, vbMethod = 1, vbSet = 8, vbUNO = 16 |