diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-15 16:22:02 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-15 17:02:56 +0200 |
commit | 13f56eb46a1f50590323c367903041c1c0f919d5 (patch) | |
tree | 1f7d29166c6a8f1d9ed86517d19cae27f9c3596c /source | |
parent | 5bbeaa6e676b2ce465f8b05c09bfa483aef2c40e (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')
-rw-r--r-- | source/text/sbasic/shared/conventions.xhp | 2 |
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> |