[Libreoffice-commits] help.git: source/text

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 15 10:38:18 UTC 2021


 source/text/sbasic/shared/03/sf_ui.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 60d3be1783a2a2aca54600037238c26e26876888
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat May 15 11:33:07 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 15 12:37:58 2021 +0200

    Fix typo
    
    Change-Id: I20b2de6acdf4a065958c887b97e718001e9389e1
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115644
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/source/text/sbasic/shared/03/sf_ui.xhp b/source/text/sbasic/shared/03/sf_ui.xhp
index 6ef7fff8b..1f9d9b2a2 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>


More information about the Libreoffice-commits mailing list