summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-15 11:33:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-05-15 12:37:58 +0200
commit60d3be1783a2a2aca54600037238c26e26876888 (patch)
tree17672dd95c38f4249f2de3f043145f5bbec1e847 /source/text/sbasic/shared/03
parentPython support in the SF_UI help page (diff)
downloadhelp-60d3be1783a2a2aca54600037238c26e26876888.tar.gz
help-60d3be1783a2a2aca54600037238c26e26876888.zip
Fix typo
Change-Id: I20b2de6acdf4a065958c887b97e718001e9389e1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115644 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'source/text/sbasic/shared/03')
-rw-r--r--source/text/sbasic/shared/03/sf_ui.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_ui.xhp b/source/text/sbasic/shared/03/sf_ui.xhp
index 6ef7fff8b1..1f9d9b2a28 100644
--- a/source/text/sbasic/shared/03/sf_ui.xhp
+++ b/source/text/sbasic/shared/03/sf_ui.xhp
@@ -465,7 +465,7 @@
<paragraph role="paragraph" id="par_id441587986945696"><emph>left, top</emph>: Distances of the top-left corner from top and left edges of the screen, in pixels.</paragraph>
<paragraph role="paragraph" id="par_id601587987453825" xml-lang="en-US"><emph>width, height</emph>: New dimensions of the window, in pixels.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
- <paragraph role="paragraph" id="par_id801587987507028">In the following examples, the <literal>widht</literal> and <literal>height</literal> of the window are changed while <literal>top</literal> and <literal>left</literal> are left unchanged.</paragraph>
+ <paragraph role="paragraph" id="par_id801587987507028">In the following examples, the <literal>width</literal> and <literal>height</literal> of the window are changed while <literal>top</literal> and <literal>left</literal> are left unchanged.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id171587986945392">ui.Resize(, ,500, 500)</paragraph>