source/text/shared/explorer/database/02010100.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 41e0b82d2ccb7264c434d0e9bb2d0094b8a514bd
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Thu Dec 20 01:11:29 2018 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Thu Dec 20 01:13:24 2018 +0100

    Dissolve contraction, don't -> do not
    
    This was already fixed for 6-2 with commit
    d08d1c486558d6c113863d579f89e1faf8d89572
    
    Change-Id: I00e67478ae41cd5724d2df8abe105faef4343c21

diff --git a/source/text/shared/explorer/database/02010100.xhp 
b/source/text/shared/explorer/database/02010100.xhp
index fd1ffc2d6..74aff76d0 100644
--- a/source/text/shared/explorer/database/02010100.xhp
+++ b/source/text/shared/explorer/database/02010100.xhp
@@ -294,7 +294,7 @@
 <paragraph id="par_id3154591" role="paragraph" xml-lang="en-US">SELECT 
SUM("Price") FROM "Article".</paragraph>
 <paragraph id="par_id3159205" role="paragraph" xml-lang="en-US">Except for the 
<emph>Group</emph> function, the above functions are called Aggregate 
functions. These are functions that calculate data to create summaries from the 
results. Additional functions that are not listed in the list box might be also 
possible. These depend on the specific database engine in use and on the 
current functionality provided by the Base driver used to connect to that 
database engine.</paragraph>
 <paragraph id="par_id3148651" role="paragraph" xml-lang="en-US">To use other 
functions not listed in the list box, you must enter them manually under 
<emph>Field</emph>.</paragraph>
-<paragraph id="par_id3155098" role="paragraph" xml-lang="en-US">You can also 
assign aliases to function calls. If you don't want to display the query string 
in the column header, enter a desired substitute name under 
<emph>Alias</emph>.</paragraph>
+<paragraph id="par_id3155098" role="paragraph" xml-lang="en-US">You can also 
assign aliases to function calls. If you do not want to display the query 
string in the column header, enter a desired substitute name under 
<emph>Alias</emph>.</paragraph>
 <paragraph id="par_id3155539" role="paragraph" xml-lang="en-US">The 
corresponding function in an SQL statement is:</paragraph>
 <paragraph id="par_id3149425" role="paragraph" xml-lang="en-US">SELECT 
FUNCTION() AS alias FROM table</paragraph>
 <paragraph id="par_id3144431" role="paragraph" 
xml-lang="en-US">Example:</paragraph>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to