summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/00000002.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/00000002.xhp')
-rw-r--r--source/text/sbasic/shared/00000002.xhp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/00000002.xhp b/source/text/sbasic/shared/00000002.xhp
index 295664a71c..8bc58a475d 100644
--- a/source/text/sbasic/shared/00000002.xhp
+++ b/source/text/sbasic/shared/00000002.xhp
@@ -27,17 +27,17 @@
</history>
</meta>
<body>
-<h1 id="hd_id3145068"><link href="text/sbasic/shared/00000002.xhp" name="$[officename] Basic Glossary">$[officename] Basic Glossary</link></h1>
+<h1 id="hd_id3145068"><link href="text/sbasic/shared/00000002.xhp">$[officename] Basic Glossary</link></h1>
<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US">This glossary explains some technical terms that you may come across when working with $[officename] Basic.</paragraph>
<sort order="asc" descendant="h2">
<section id="dezimal">
<h2 id="hd_id3155133">Decimal Point</h2>
<paragraph role="paragraph" id="par_id3156443" xml-lang="en-US">When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator.</paragraph>
-<paragraph role="paragraph" id="par_id3153092" xml-lang="en-US">The behavior has an effect on both the implicit conversion ( 1 + "2.3" = 3.3 ) as well as the function <link href="text/sbasic/shared/03102700.xhp" name="IsNumeric">IsNumeric</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153092" xml-lang="en-US">The behavior has an effect on both the implicit conversion ( 1 + "2.3" = 3.3 ) as well as the function <link href="text/sbasic/shared/03102700.xhp">IsNumeric</link>.</paragraph>
</section>
<section id="colors">
<h2 id="hd_id3155854">Colors</h2>
-<paragraph role="paragraph" id="par_id3145366" xml-lang="en-US">In $[officename] Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the <link href="text/sbasic/shared/03010305.xhp" name="RGB function">RGB function</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3145366" xml-lang="en-US">In $[officename] Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the <link href="text/sbasic/shared/03010305.xhp">RGB function</link>.</paragraph>
</section>
<section id="measurementunits">
<h2 id="hd_id3146119">Measurement Units</h2>