source/text/shared/02/14020100.xhp | 3 +-- source/text/shared/02/querypropdlg.xhp | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-)
New commits: commit 1a5c52c4ee964fb9e7f362d2a17f3d97c4af6873 Author: Gabor Kelemen <[email protected]> AuthorDate: Sat Jun 8 14:44:16 2019 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Jun 10 14:49:08 2019 +0200 Fix ahelp HIDs on Base Query Design toobar and Query Properties window Change-Id: If60f05b9911f6c0b437e10eed15f592f96386ed4 Reviewed-on: https://gerrit.libreoffice.org/73713 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/shared/02/14020100.xhp b/source/text/shared/02/14020100.xhp index 4ea302a62..1294ad8c5 100644 --- a/source/text/shared/02/14020100.xhp +++ b/source/text/shared/02/14020100.xhp @@ -28,10 +28,9 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3154788"><bookmark_value>tables in databases; adding to queries</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:AddTable" id="bm_id8385907" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:AddTable" id="bm_id3143284" localize="false"/> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/tablesjoindialog/tablelist" id="bm_id3159224" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3154788" role="heading" level="1">Add Tables</paragraph> -<paragraph xml-lang="en-US" id="par_id3152821" role="paragraph"><variable id="tabellehinzufuegentext"><ahelp hid="dbaccess/ui/tablesjoindialog/tablelist" visibility="hidden">Specifies the tables to be inserted into the design window.</ahelp> In the <emph>Add Tables</emph> dialog, select the tables you need for your current task. +<paragraph xml-lang="en-US" id="par_id3152821" role="paragraph"><variable id="tabellehinzufuegentext"><ahelp hid="." visibility="hidden">Specifies the tables to be inserted into the design window.</ahelp> In the <emph>Add Tables</emph> dialog, select the tables you need for your current task. </variable> When creating a query or a new table presentation, select the corresponding table to which the query or table presentation should refer. When working with relational databases, select the tables between which you want to build relationships.</paragraph> <paragraph xml-lang="en-US" id="par_id3149760" role="paragraph">The inserted tables appear in a separate window in the query design or relational windows, along with a list of the fields contained in the table. You can determine the size and order of this window.</paragraph> <section id="howtoget"> diff --git a/source/text/shared/02/querypropdlg.xhp b/source/text/shared/02/querypropdlg.xhp index 9765c3011..fd87ca7ee 100644 --- a/source/text/shared/02/querypropdlg.xhp +++ b/source/text/shared/02/querypropdlg.xhp @@ -20,8 +20,9 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3154788"><bookmark_value>queries; set properties</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/querypropertiesdialog/QueryPropertiesDialog" id="bm_id3143280" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/.uno:DBQueryPropertiesDialog" id="bm_id3143281" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3154780" role="heading" level="1">Query Properties Dialog</paragraph> - <paragraph xml-lang="en-US" id="par_id3152820" role="paragraph">In the <emph>Query Properties</emph> dialog you can set two properties of the SQL Query, i.e. whether to return distinct values, and whether to limit the result set.</paragraph> + <paragraph xml-lang="en-US" id="par_id3152820" role="paragraph"><ahelp hid=".">In the <emph>Query Properties</emph> dialog you can set two properties of the SQL Query, i.e. whether to return distinct values, and whether to limit the result set.</ahelp></paragraph> <section id="howtoget"> <paragraph role="paragraph" id="par_id3153761" xml-lang="en-US">In the Query Design View, choose <emph>Edit - Query Properties</emph>. </paragraph> @@ -33,7 +34,8 @@ <paragraph xml-lang="en-US" id="par_id0305200912080610" role="paragraph"><ahelp hid="." visibility="hidden">Not use distinct values in query.</ahelp></paragraph> <paragraph xml-lang="en-US" id="par_id3156040" role="paragraph">Expands the created select statement of the SQL Query in the current column by the parameter DISTINCT. The consequence is that identical values occurring multiple times are listed only once.</paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/querypropertiesdialog/limitbox" id="bm_id3155940" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/querypropertiesdialog/___object_1___" id="bm_id3155941" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3151226" role="heading" level="2">Limit</paragraph> - <paragraph xml-lang="en-US" id="par_id3153683" role="paragraph">Adds a Limit to set the maximum number of records to return.</paragraph> + <paragraph xml-lang="en-US" id="par_id3153683" role="paragraph"><ahelp hid=".">Adds a Limit to set the maximum number of records to return.</ahelp></paragraph> </body> </helpdocument> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
