summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2022-02-18 19:22:52 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2022-02-18 20:02:30 +0100
commit70f656485e6b507466ecfe8c17fc35bad89f2e33 (patch)
treee6f8769bbb43a88d36da87e853a0cda163d9f0da
parent04eab5c5e9782cc901262135c68f394f1b3fd163 (diff)
Fixes after translation comments
Change-Id: I6ea5c43b75e89704a069add030070ddd8f008623 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130153 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/sbasic/shared/03110100.xhp2
-rw-r--r--source/text/sdatabase/02010101.xhp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03110100.xhp b/source/text/sbasic/shared/03110100.xhp
index f3e34cd3d3..801ba423a7 100644
--- a/source/text/sbasic/shared/03110100.xhp
+++ b/source/text/sbasic/shared/03110100.xhp
@@ -34,7 +34,7 @@
<bookmark_value>Operators;equal sign (=)</bookmark_value>
<bookmark_value>Operators;greater than (&gt;)</bookmark_value>
<bookmark_value>Operators;greater than or equal to (&gt;=)</bookmark_value>
- <bookmark_value>Operators;less than (&lt;&gt;)</bookmark_value>
+ <bookmark_value>Operators;less than (&lt;)</bookmark_value>
<bookmark_value>Operators;less than or equal to (&lt;=)</bookmark_value>
<bookmark_value>Operators;not equal to (&lt;&gt;)</bookmark_value>
</bookmark>
diff --git a/source/text/sdatabase/02010101.xhp b/source/text/sdatabase/02010101.xhp
index ba4b3e059f..95d875097d 100644
--- a/source/text/sdatabase/02010101.xhp
+++ b/source/text/sdatabase/02010101.xhp
@@ -58,6 +58,6 @@
<h3 id="hd_id3158215">Full Join</h3>
<paragraph xml-lang="en-US" id="par_id3163665" role="paragraph"><ahelp hid="dbaccess/ui/joindialog/type">In a full join, the results table contains all records of the queried fields from the left and right tables.</ahelp> In the SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN command.</paragraph>
<h3 id="hd_id0305200912031976">Natural</h3>
- <paragraph xml-lang="en-US" id="par_id0305200912031977" role="paragraph"><ahelp hid=".">In a natural join, the keyword NATURAL is inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp></paragraph>
+ <paragraph xml-lang="en-US" id="par_id0305200912031977" role="paragraph"><ahelp hid=".">In a natural join, the keyword <literal>NATURAL</literal> is inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp></paragraph>
</body>
</helpdocument>