summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03100700.xhp
diff options
context:
space:
mode:
authorAlain Romedenne <alain.romedenne@libreoffice.org>2022-10-28 19:15:22 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2022-11-07 01:13:39 +0100
commit3568ffd245094b1ee98eab3cb2e0be18646a7aa5 (patch)
tree51da2f09f4fb71e947dae420a7fd75271482b578 /source/text/sbasic/shared/03100700.xhp
parenttdf#126574 Macro security high level description (diff)
downloadhelp-3568ffd245094b1ee98eab3cb2e0be18646a7aa5.tar.gz
help-3568ffd245094b1ee98eab3cb2e0be18646a7aa5.zip
tdf141474 Typename, Vartype functions accept keyword arguments
- argument names updated to comply with VBA conventions Change-Id: I2166e62d6df4e0f72aaa494e96f9a515b03e3ac7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141919 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03100700.xhp')
-rw-r--r--source/text/sbasic/shared/03100700.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03100700.xhp b/source/text/sbasic/shared/03100700.xhp
index 14d00c83b1..7e8ceacd06 100644
--- a/source/text/sbasic/shared/03100700.xhp
+++ b/source/text/sbasic/shared/03100700.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Const statement</bookmark_value>
</bookmark>
-<paragraph id="hd_id3146958" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03100700.xhp" name="Const Statement">Const Statement</link></paragraph>
+<h1 id="hd_id3146958" xml-lang="en-US"><variable id="const_h1"><link href="text/sbasic/shared/03100700.xhp" name="Const Statement">Const Statement</link></variable></h1>
<paragraph id="par_id3154143" role="paragraph" xml-lang="en-US">Defines one or more identifiers as constants.</paragraph>
</section>
<paragraph id="par_id3147264" role="paragraph" xml-lang="en-US">A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified.</paragraph>