summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03030303.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03030303.xhp')
-rw-r--r--source/text/sbasic/shared/03030303.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03030303.xhp b/source/text/sbasic/shared/03030303.xhp
index d82375bc07..3054e52809 100644
--- a/source/text/sbasic/shared/03030303.xhp
+++ b/source/text/sbasic/shared/03030303.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Timer function</bookmark_value>
</bookmark>
-<h1 id="hd_id3149346"><variable id="Timer_H1"><link href="text/sbasic/shared/03030303.xhp" name="Timer Function">Timer Function</link></variable></h1>
+<h1 id="hd_id3149346"><variable id="Timer_H1"><link href="text/sbasic/shared/03030303.xhp">Timer Function</link></variable></h1>
<paragraph id="par_id3156023" role="paragraph">Returns a value that specifies the number of seconds that have elapsed since midnight.</paragraph>
</section>
<paragraph id="par_id3156212" role="note">You must first declare a variable to call the Timer function and assign it the "Long " data type, otherwise a Date value is returned.</paragraph>
@@ -59,7 +59,7 @@
<paragraph id="par_idm1341567920" role="bascode" localize="false">End Sub</paragraph>
</bascode>
-<note id="par_id491610993401822">The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <link href="text/sbasic/shared/03/sf_timer.xhp" name="Timer_link">Timer service</link> available in the <literal>ScriptForge</literal> library.</note>
+<note id="par_id491610993401822">The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <link href="text/sbasic/shared/03/sf_timer.xhp">Timer service</link> available in the <literal>ScriptForge</literal> library.</note>
<section id="relatedtopics">
<embed href="text/sbasic/shared/03/sf_timer.xhp#TimerService"/>