summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03010305.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03010305.xhp')
-rw-r--r--source/text/sbasic/shared/03010305.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03010305.xhp b/source/text/sbasic/shared/03010305.xhp
index 6978f49a74..85717d7de3 100644
--- a/source/text/sbasic/shared/03010305.xhp
+++ b/source/text/sbasic/shared/03010305.xhp
@@ -31,7 +31,7 @@
<bookmark_value>RGB function</bookmark_value>
</bookmark>
-<h1 id="hd_id3150792"><link href="text/sbasic/shared/03010305.xhp" name="RGB Function">RGB Function</link></h1>
+<h1 id="hd_id3150792"><link href="text/sbasic/shared/03010305.xhp">RGB Function</link></h1>
<paragraph id="par_id3150447" role="paragraph" xml-lang="en-US">Returns a <literal>Long</literal> integer color value consisting of red, green, and blue components.</paragraph>
</section>
@@ -53,13 +53,13 @@
<paragraph role="paragraph" id="par_id101639922410794">The resulting <literal>Long</literal> value is calculated with the following formula:<br/>
<literal>Result = red&#215;65536 + green&#215;256 + blue</literal>.
</paragraph>
-<warning id="par_id671639922129017">Under VBA compatibility mode (<link href="text/sbasic/shared/03103350.xhp" name="vbasupport"><literal>Option VBASupport 1</literal></link>), the <literal>Long</literal> value is calculated as
+<warning id="par_id671639922129017">Under VBA compatibility mode (<link href="text/sbasic/shared/03103350.xhp"><literal>Option VBASupport 1</literal></link>), the <literal>Long</literal> value is calculated as
<br/>
<literal>Result = red + green&#215;256 + blue&#215;65536</literal><br/>
-See <link href="text/sbasic/shared/03010306.xhp" name="rgbvba">RGB Function [VBA]</link>
+See <link href="text/sbasic/shared/03010306.xhp">RGB Function [VBA]</link>
</warning>
-<tip id="par_id211587653651037">The <link href="text/shared/optionen/01010501.xhp" name="color picker dialog">color picker dialog</link> helps computing red, green and blue components of a composite color. <link href="text/shared/guide/text_color.xhp" name="Changing the color of text">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog.</tip>
+<tip id="par_id211587653651037">The <link href="text/shared/optionen/01010501.xhp">color picker dialog</link> helps computing red, green and blue components of a composite color. <link href="text/shared/guide/text_color.xhp">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog.</tip>
</section>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>