summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03010306.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03010306.xhp')
-rw-r--r--source/text/sbasic/shared/03010306.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03010306.xhp b/source/text/sbasic/shared/03010306.xhp
index 9dacef5857..617f7f38f5 100644
--- a/source/text/sbasic/shared/03010306.xhp
+++ b/source/text/sbasic/shared/03010306.xhp
@@ -32,7 +32,7 @@
<bookmark_value>RGB function [VBA]</bookmark_value>
</bookmark>
-<h1 id="hd_id3150792"><link href="text/sbasic/shared/03010305.xhp" name="RGB Function">RGB Function [VBA]</link></h1>
+<h1 id="hd_id3150792"><link href="text/sbasic/shared/03010305.xhp">RGB Function [VBA]</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, according to VBA color formula.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
@@ -46,7 +46,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<embed href="text/sbasic/shared/03010305.xhp#parameters1"/>
-<warning id="par_id671639922129017">Because of the 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<br/>
+<warning id="par_id671639922129017">Because of the 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>.
</warning>