source/text/sbasic/shared/03110100.xhp |    2 +-
 source/text/sdatabase/02010101.xhp     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 70f656485e6b507466ecfe8c17fc35bad89f2e33
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Fri Feb 18 19:22:52 2022 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Fri Feb 18 20:02:30 2022 +0100

    Fixes after translation comments
    
    Change-Id: I6ea5c43b75e89704a069add030070ddd8f008623
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130153
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03110100.xhp 
b/source/text/sbasic/shared/03110100.xhp
index f3e34cd3d..801ba423a 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 ba4b3e059..95d875097 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>

Reply via email to