diff options
Diffstat (limited to 'source/text/sbasic/shared/03100700.xhp')
-rw-r--r-- | source/text/sbasic/shared/03100700.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03100700.xhp b/source/text/sbasic/shared/03100700.xhp index 7e8ceacd06..4dcadcd5d0 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> -<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> +<h1 id="hd_id3146958" xml-lang="en-US"><variable id="const_h1"><link href="text/sbasic/shared/03100700.xhp">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> @@ -67,8 +67,8 @@ <paragraph id="par_idm1341155296" role="bascode" localize="false">End Sub</paragraph> </bascode> <section id="relatedtopics"> - <paragraph role="paragraph" id="par_id111593694878677"><link href="text/sbasic/shared/enum.xhp" name="Enum">Enum</link> statement</paragraph> - <paragraph role="paragraph" id="par_id111953694878677"><link href="text/sbasic/shared/03090413.xhp" name="Enum">Type</link> statement</paragraph> + <paragraph role="paragraph" id="par_id111593694878677"><link href="text/sbasic/shared/enum.xhp">Enum</link> statement</paragraph> + <paragraph role="paragraph" id="par_id111953694878677"><link href="text/sbasic/shared/03090413.xhp">Type</link> statement</paragraph> </section> </body> |