summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2020-07-25 13:05:08 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-07-25 23:07:18 +0200
commit2435b31a5fc9e70a52f5fb573c8847e30139661a (patch)
tree33fb07d5a7b7f8943ece100a9836a614b36ff1d8 /source/text/sbasic
parent0cc60d86dc0905e834d67d16ba85b6032f54ace9 (diff)
tdf#132643 Translate German section IDs
Change-Id: If08df34f7d0d480e31a544470ba3b49702d741e7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/99436 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/shared/03030000.xhp2
-rw-r--r--source/text/sbasic/shared/03030200.xhp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03030000.xhp b/source/text/sbasic/shared/03030000.xhp
index 8d1a6ac3c7..c9c3d55054 100644
--- a/source/text/sbasic/shared/03030000.xhp
+++ b/source/text/sbasic/shared/03030000.xhp
@@ -38,7 +38,7 @@
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US"><item type="productname">%PRODUCTNAME</item> Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats.</paragraph>
<paragraph xml-lang="en-US" role="tip" id="par_id3151054">You can combine date and time values into a single floating-decimal number. Dates are converted to integers, and times to decimal values. <item type="productname">%PRODUCTNAME</item> Basic also supports the variable type Date, which can contain a time specification consisting of both a date and time.</paragraph>
<embed href="text/sbasic/shared/03030100.xhp#datevalues"/>
- <embed href="text/sbasic/shared/03030200.xhp#uhrzeiten"/>
+ <embed href="text/sbasic/shared/03030200.xhp#timevalues"/>
<embed href="text/sbasic/shared/03030300.xhp#determine"/>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03030200.xhp b/source/text/sbasic/shared/03030200.xhp
index 4bdce62925..e12f268026 100644
--- a/source/text/sbasic/shared/03030200.xhp
+++ b/source/text/sbasic/shared/03030200.xhp
@@ -32,7 +32,7 @@
<body>
- <section id="uhrzeiten">
+ <section id="timevalues">
<paragraph id="hd_id3147226" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030200.xhp" name="Converting Time Values">Converting Time Values</link></paragraph>
<paragraph role="paragraph" id="par_id3149415" xml-lang="en-US">The following functions convert time values to calculable numbers.</paragraph>
</section>