diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-11-01 16:14:33 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-11-01 16:17:06 +0100 |
commit | ddbff6c13a02f9b58d0274c2215adfbdd3020fad (patch) | |
tree | 43a848c165684cd58909563fb828ca57cf7e5bb7 | |
parent | 236b3987893c6a9e6c78f2efee411a18d4c85a7e (diff) |
Fix typo
Change-Id: I9dc167e31f706ba8769147fcdb6e10c21ae71a31
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124554
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | source/text/sbasic/shared/03/sf_chart.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_chart.xhp b/source/text/sbasic/shared/03/sf_chart.xhp index 62136eeebc..cfd4526f80 100644 --- a/source/text/sbasic/shared/03/sf_chart.xhp +++ b/source/text/sbasic/shared/03/sf_chart.xhp @@ -474,7 +474,7 @@ <paragraph role="paragraph" id="par_id821591631200626"><emph>xpos, ypos:</emph> Specify the new X and Y positions of the chart. If any of these values are omitted or if negative values are provided, the corresponding positions are left unchanged.</paragraph> <paragraph role="paragraph" id="par_id821591631204288"><emph>width:</emph> Specify the new width of the chart. If this argument is omitted or if a negative value is provided, the chart width is left unchanged.</paragraph> <paragraph role="paragraph" id="par_id821591631203208"><emph>height:</emph> Specify the new height of the chart. If this argument is omitted or if a negative value is provided, the chart height is left unchanged.</paragraph> - <note id="par_id301635340527472">All arguments are provided as integer values that correspond to 1/100 of a millimiter.</note> + <note id="par_id301635340527472">All arguments are provided as integer values that correspond to 1/100 of a millimeter.</note> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/> <bascode> |