summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-08-15 16:22:02 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-08-15 17:02:56 +0200
commit13f56eb46a1f50590323c367903041c1c0f919d5 (patch)
tree1f7d29166c6a8f1d9ed86517d19cae27f9c3596c /source/text/sbasic
parent5bbeaa6e676b2ce465f8b05c09bfa483aef2c40e (diff)
Use %PRODUCTNAME placeholder
Change-Id: I97c37008b6e03f96e18fd26de6e5db8782828ef5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100709 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/shared/conventions.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/conventions.xhp b/source/text/sbasic/shared/conventions.xhp
index 246e237657..8590f1c389 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>