source/text/sbasic/shared/03010201.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 096e8e98912ae2d7eee5975e7e2beb4d5883180b
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Sun Jun 6 12:17:28 2021 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Sun Jun 6 12:25:23 2021 +0200

    Use %PRODUCTNAME
    
    Change-Id: I73d62b9dfa8a70faf473dbd54a5b066edc028bf0
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116700
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03010201.xhp 
b/source/text/sbasic/shared/03010201.xhp
index 7ec67099c..598129fc4 100644
--- a/source/text/sbasic/shared/03010201.xhp
+++ b/source/text/sbasic/shared/03010201.xhp
@@ -48,8 +48,8 @@
 <paragraph id="par_id3153311" role="paragraph" xml-lang="en-US"> 
<emph>prompt</emph>: String expression displayed as the message in the dialog 
box.</paragraph>
 <paragraph id="par_id3145315" role="paragraph" xml-lang="en-US"> 
<emph>title</emph>: String expression displayed in the title bar of the dialog 
box.</paragraph>
 <paragraph id="par_id3154307" role="paragraph" xml-lang="en-US"> 
<emph>default</emph>: String expression displayed in the text box as default if 
no other input is given.</paragraph>
-<paragraph id="par_id3147573" role="paragraph" xml-lang="en-US"> 
<emph>xpostwips</emph>: Integer expression that specifies the horizontal 
position of the dialog. The position is an absolute coordinate and does not 
refer to the window of the office application.</paragraph>
-<paragraph id="par_id3156024" role="paragraph" xml-lang="en-US"> 
<emph>ypostwips</emph>: Integer expression that specifies the vertical position 
of the dialog. The position is an absolute coordinate and does not refer to the 
window of the office application.</paragraph>
+<paragraph id="par_id3147573" role="paragraph" xml-lang="en-US"> 
<emph>xpostwips</emph>: Integer expression that specifies the horizontal 
position of the dialog. The position is an absolute coordinate and does not 
refer to the window of %PRODUCTNAME.</paragraph>
+<paragraph id="par_id3156024" role="paragraph" xml-lang="en-US"> 
<emph>ypostwips</emph>: Integer expression that specifies the vertical position 
of the dialog. The position is an absolute coordinate and does not refer to the 
window of %PRODUCTNAME.</paragraph>
 <paragraph id="par_id3153897" role="paragraph" xml-lang="en-US">If 
<literal>xpostwips</literal> and <literal>ypostwips</literal> are omitted, the 
dialog is centered on the screen. The position is specified in <link 
href="text/sbasic/shared/00000002.xhp#twips" 
name="twips">twips</link>.</paragraph>
 </section>
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to