This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 1374efb6bd65132487ca490bffd20569bc422166 Author: mseidel <[email protected]> AuthorDate: Mon Aug 10 20:09:16 2020 +0200 Small fixes in Help pages (cherry picked from commit 303f19db6a92bda8b2104df2081b4e8adcd9fcea) --- .../source/text/shared/explorer/database/02010100.xhp | 11 ++++------- main/helpcontent2/source/text/swriter/guide/finding.xhp | 14 +++++++------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/main/helpcontent2/source/text/shared/explorer/database/02010100.xhp b/main/helpcontent2/source/text/shared/explorer/database/02010100.xhp index ef6f120..0344373 100644 --- a/main/helpcontent2/source/text/shared/explorer/database/02010100.xhp +++ b/main/helpcontent2/source/text/shared/explorer/database/02010100.xhp @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> - <!--*********************************************************** * * Licensed to the Apache Software Foundation (ASF) under one @@ -582,7 +581,7 @@ <paragraph role="paragraph" id="par_id315379A" xml-lang="en-US" l10n="U" oldref="118"><'2001-01-10'</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id315094A" xml-lang="en-US" l10n="U" oldref="119">returns dates that occurred before January 10, 2001"</paragraph> +<paragraph role="paragraph" id="par_id315094A" xml-lang="en-US" l10n="U" oldref="119">returns dates that occurred before "January 10, 2001"</paragraph> </tablecell> </tablerow> <tablerow> @@ -702,12 +701,10 @@ </tablecell> </tablerow> </table> - - <paragraph role="paragraph" id="par_id3149539" xml-lang="en-US" l10n="U" oldref="267">Example: select {d '1999-12-31'} from world.years</paragraph> - <paragraph role="paragraph" xml-lang="en-US" l10n="U">Example: select * from mytable where years='1999-12-31' </paragraph> +<paragraph role="paragraph" id="par_id3149539" xml-lang="en-US" l10n="U" oldref="267">Example: select {d '1999-12-31'} from world.years</paragraph> +<paragraph role="paragraph" xml-lang="en-US" l10n="U">Example: select * from mytable where years='1999-12-31' </paragraph> <paragraph role="paragraph" id="par_id3150510" xml-lang="en-US" l10n="U" oldref="112">All date expressions (literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)</paragraph> - - <!--//kls end moved --> +<!--//kls end moved --> <paragraph role="heading" id="hd_id3150427" xml-lang="en-US" level="3" l10n="U" oldref="228">Querying Yes/No fields</paragraph> <paragraph role="paragraph" id="par_id3149523" xml-lang="en-US" l10n="CHG" oldref="229">To query Yes/No fields, use the following syntax for dBASE tables:</paragraph> <table id="tbl_id3150146"> diff --git a/main/helpcontent2/source/text/swriter/guide/finding.xhp b/main/helpcontent2/source/text/swriter/guide/finding.xhp index c2afb36..2b6b1c7 100644 --- a/main/helpcontent2/source/text/swriter/guide/finding.xhp +++ b/main/helpcontent2/source/text/swriter/guide/finding.xhp @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> + <!--*********************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -10,21 +11,20 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * ***********************************************************--> - <meta> <topic id="textswriterguidefindingxhp" indexer="include" status="PUBLISH"> <title xml-lang="en-US" id="tit">Finding and Replacing in Writer</title> @@ -126,7 +126,7 @@ <paragraph xml-lang="en-US" id="par_id9934385" role="paragraph" l10n="NEW">The Navigator is the main tool for finding and selecting objects. You can also use the Navigator to move and arrange chapters, providing an outline view to your document. </paragraph> <paragraph xml-lang="en-US" id="par_id4159062" role="paragraph" l10n="NEW">Choose <emph>Edit - Navigator</emph> to open the Navigator window.</paragraph> <paragraph xml-lang="en-US" id="par_id7421796" role="paragraph" l10n="NEW">Use the Navigator for inserting objects, links and references within the same document or from other open documents. See the <link href="text/swriter/guide/navigator.xhp">Navigator</link> guide for more information.</paragraph> - <paragraph xml-lang="en-US" id="par_id6417432" role="paragraph" l10n="NEW">Click the icon with the blue circle at the bottom right part of your document to open the small <emph>Navigation</emph> window.</paragraph> + <paragraph xml-lang="en-US" id="par_id6417432" role="paragraph" l10n="NEW">Click the icon with the black circle at the bottom right part of your document to open the small <emph>Navigation</emph> window.</paragraph> <paragraph xml-lang="en-US" id="par_id4639728" role="paragraph" l10n="NEW">Use the small Navigation window to quickly jump to the next object or find the next text in your document.</paragraph> <section id="relatedtopics"> <embed href="text/swriter/guide/navigator.xhp#navigator"/> @@ -137,4 +137,4 @@ <embed href="text/scalc/guide/finding.xhp#finding"/> </section> </body> -</helpdocument> \ No newline at end of file +</helpdocument>
