summaryrefslogtreecommitdiff
path: root/source/text/shared/explorer
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@gnome.hu>2017-05-18 23:19:03 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-05-30 09:37:17 +0200
commit1ae135d7569571bc38fc1bcf0dfd24610039a86e (patch)
tree9ba80ca7de4275eb87766ef8f6636bd4fd68b21d /source/text/shared/explorer
parent45f6f1757199dbebd364de8d2e1964e59d0c6f1f (diff)
Mass remove excess spaces from inside tags
This is fallout from the l10n and oldref attribute removal. Some tags were broken into two rows and the second was indented with spaces. The line break was removed along the tags, but those spaces were not. Command I used to catch these: find source/text/ -name "*xhp" | xargs sed -i -e 's#\" *>#\">#g' Change-Id: I6f9bad46cbfb7416950bee8230e358a3dd851def Reviewed-on: https://gerrit.libreoffice.org/37791 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'source/text/shared/explorer')
-rw-r--r--source/text/shared/explorer/database/02010101.xhp10
-rw-r--r--source/text/shared/explorer/database/main.xhp22
2 files changed, 16 insertions, 16 deletions
diff --git a/source/text/shared/explorer/database/02010101.xhp b/source/text/shared/explorer/database/02010101.xhp
index ccc6b2bef6..e2d81a848b 100644
--- a/source/text/shared/explorer/database/02010101.xhp
+++ b/source/text/shared/explorer/database/02010101.xhp
@@ -34,20 +34,20 @@
<bookmark_value>right joins (Base)</bookmark_value>
<bookmark_value>full joins (Base)</bookmark_value>
</bookmark><comment>mw deleted "join properties" and changed "link properties..." to "links;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3154015" role="heading" level="1" >Join Properties</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154015" role="heading" level="1">Join Properties</paragraph>
<paragraph xml-lang="en-US" id="par_id3151205" role="paragraph">If you double-click a connection between two linked fields in the query design, or if you choose <emph>Insert - New Relation</emph>, the <emph>Join Properties</emph> dialog appears. These properties will be used in all queries created in the future.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000450.xhp#Joins"/>
</section>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/joindialog/table1" id="bm_id3150749" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/joindialog/table2" id="bm_id3150752" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3155066" role="heading" level="2" >Tables involved</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155066" role="heading" level="2">Tables involved</paragraph>
<paragraph xml-lang="en-US" id="par_id3153924" role="paragraph"><ahelp hid="dbaccess/ui/joindialog/table2">Specifies two different tables that you want to join.</ahelp></paragraph>
- <paragraph xml-lang="en-US" id="hd_id3155766" role="heading" level="2" >Fields involved</paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3155766" role="heading" level="2">Fields involved</paragraph>
<paragraph xml-lang="en-US" id="par_id3148994" role="paragraph"><ahelp hid=".">Specifies two data fields that will be joined by a relation.</ahelp></paragraph>
<paragraph xml-lang="en-US" id="hd_id3159267" role="heading" level="2">Options</paragraph>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/joindialog/type" id="bm_id3147321" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3147340" role="heading" level="3" >Type</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3147340" role="heading" level="3">Type</paragraph>
<paragraph xml-lang="en-US" id="par_id3152482" role="paragraph"><ahelp hid="dbaccess/ui/joindialog/type">Specifies the link type of the selected link.</ahelp> Some databases support only a subset of the possible types.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3155334" role="heading" level="3">Inner Join</paragraph>
<paragraph xml-lang="en-US" id="par_id3155936" role="paragraph"><ahelp hid="dbaccess/ui/joindialog/type">With the internal join, the results table contains only the records for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link is created by a corresponding WHERE clause.</paragraph>
@@ -55,7 +55,7 @@
<paragraph xml-lang="en-US" id="par_id3166450" role="paragraph"><ahelp hid="dbaccess/ui/joindialog/type">With the left join, the results table contains all fields of the left table and only those fields of the right table for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link corresponds to the LEFT OUTER JOIN command.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3155607" role="heading" level="3">Right Join</paragraph>
<paragraph xml-lang="en-US" id="par_id3150647" role="paragraph"><ahelp hid="dbaccess/ui/joindialog/type">With the right join, the results table contains all fields of the right table and only those fields of the left table for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link corresponds to the RIGHT OUTER JOIN command.</paragraph>
- <paragraph xml-lang="en-US" id="hd_id3158215" role="heading" level="3" >Full Join</paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3158215" role="heading" level="3">Full Join</paragraph>
<paragraph xml-lang="en-US" id="par_id3163665" role="paragraph"><ahelp hid="dbaccess/ui/joindialog/type">For a full join, the results table contains all fields of the left and right tables.</ahelp> In the SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN command.</paragraph>
<paragraph xml-lang="en-US" id="hd_id0305200912031976" role="heading" level="3">Natural</paragraph>
<paragraph xml-lang="en-US" id="par_id0305200912031977" role="paragraph"><ahelp hid=".">Inserts the keyword NATURAL 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>
diff --git a/source/text/shared/explorer/database/main.xhp b/source/text/shared/explorer/database/main.xhp
index 60a92ea911..f285a8c0df 100644
--- a/source/text/shared/explorer/database/main.xhp
+++ b/source/text/shared/explorer/database/main.xhp
@@ -63,37 +63,37 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_idN1075F" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_idN1075F" xml-lang="en-US" localize="false">
<embedvar href="text/shared/guide/data_view.xhp#data_view"/>
</paragraph>
-<paragraph role="paragraph" id="par_idN10767" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_idN10767" xml-lang="en-US" localize="false">
<embedvar href="text/shared/guide/data_register.xhp#data_register"/>
</paragraph>
-<paragraph role="paragraph" id="par_idN1076F" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_idN1076F" xml-lang="en-US" localize="false">
<embedvar href="text/shared/guide/data_new.xhp#data_new"/>
</paragraph>
-<paragraph role="paragraph" id="par_idN10777" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_idN10777" xml-lang="en-US" localize="false">
<embedvar href="text/shared/guide/data_tables.xhp#data_tables"/>
</paragraph>
-<paragraph role="paragraph" id="par_idN1077F" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_idN1077F" xml-lang="en-US" localize="false">
<embedvar href="text/shared/guide/data_queries.xhp#data_queries"/>
</paragraph>
-<paragraph role="paragraph" id="par_idN10787" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_idN10787" xml-lang="en-US" localize="false">
<embedvar href="text/shared/guide/data_forms.xhp#data_forms"/>
</paragraph>
-<paragraph role="paragraph" id="par_idN1078F" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_idN1078F" xml-lang="en-US" localize="false">
<embedvar href="text/shared/guide/data_reports.xhp#data_reports"/>
</paragraph>
-<paragraph role="paragraph" id="par_id1311990" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_id1311990" xml-lang="en-US" localize="false">
<embedvar href="text/shared/guide/data_im_export.xhp#data_im_export"/>
</paragraph>
-<paragraph role="paragraph" id="par_idN10797" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_idN10797" xml-lang="en-US" localize="false">
<embedvar href="text/shared/guide/database_main.xhp#database_main"/>
</paragraph>
-<paragraph role="paragraph" id="par_idN107AD" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_idN107AD" xml-lang="en-US" localize="false">
<embedvar href="text/shared/explorer/database/menubar.xhp#titletext"/>
</paragraph>
-<paragraph role="paragraph" id="par_idN107BB" xml-lang="en-US" localize="false" >
+<paragraph role="paragraph" id="par_idN107BB" xml-lang="en-US" localize="false">
<embedvar href="text/shared/explorer/database/toolbars.xhp#toolbars"/>
</paragraph>
<embed href="text/shared/04/01020000.xhp#DB_keys"/>