[Libreoffice-commits] help.git: source/text
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Sat Aug 15 15:03:17 UTC 2020
source/text/sbasic/shared/conventions.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 13f56eb46a1f50590323c367903041c1c0f919d5
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Sat Aug 15 16:22:02 2020 +0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sat Aug 15 17:02:56 2020 +0200
Use %PRODUCTNAME placeholder
Change-Id: I97c37008b6e03f96e18fd26de6e5db8782828ef5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100709
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/source/text/sbasic/shared/conventions.xhp b/source/text/sbasic/shared/conventions.xhp
index 246e23765..8590f1c38 100644
--- a/source/text/sbasic/shared/conventions.xhp
+++ b/source/text/sbasic/shared/conventions.xhp
@@ -23,7 +23,7 @@
<h1 id="hd_id221543446540070"><link href="text/sbasic/shared/conventions.xhp" name="conventions">How to Read Syntax Diagrams and Statements</link></h1>
<paragraph role="paragraph" id="par_id601593699108443">%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:</paragraph>
<list type="unordered">
- <listitem><paragraph id="par_id158193699546735" role="listitem">LibreOffice Basic keywords or functions use propercasing: Call, DimArray, InputBox, Property.</paragraph></listitem>
+ <listitem><paragraph id="par_id158193699546735" role="listitem">%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property.</paragraph></listitem>
<listitem><paragraph id="par_id711593699548486" role="listitem">Lowercase characters indicate information to supply: end, expression, start, variable.</paragraph></listitem>
</list>
<paragraph role="paragraph" id="par_id881593760345504">The syntax of a %PRODUCTNAME Basic one line statement is illustrated herewith:</paragraph>
More information about the Libreoffice-commits
mailing list