Fix typo
Change-Id: I0b9be4ea10c3837007158771fde46ad70e5c52a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177785 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins
This commit is contained in:
parent
04de71cb67
commit
bce744550d
1 changed files with 1 additions and 1 deletions
|
@ -1798,7 +1798,7 @@ class SFScriptForge:
|
||||||
``calcfunction``: the name of the Calc function to be called, in English.
|
``calcfunction``: the name of the Calc function to be called, in English.
|
||||||
|
|
||||||
``args``: the arguments to be passed to the called Calc function. Each argument may be either
|
``args``: the arguments to be passed to the called Calc function. Each argument may be either
|
||||||
- a string, a numeric value, a bool or a datatime.datetime instance
|
- a string, a numeric value, a bool or a datetime.datetime instance
|
||||||
- a tuple or a tuple of tuples combining those types
|
- a tuple or a tuple of tuples combining those types
|
||||||
- a com.sun.star.table.XCellRange UNO object
|
- a com.sun.star.table.XCellRange UNO object
|
||||||
Returns
|
Returns
|
||||||
|
|
Loading…
Reference in a new issue