source/text/scalc/01/04060199.xhp |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

New commits:
commit d20e738f1a2ace6618ad217ad42b17aac69e5762
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Sun Dec 3 12:25:54 2023 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Mon Dec 4 15:21:58 2023 +0100

    adjust operators priority part
    
    remove note which is not directly related to "&" operator
    fix link to ODF standard page
    remove extra non-printing characters
    
    Change-Id: Iccb4d6ac288e41eef07d6f2d12809bc5aa7c48cb
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160260
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/04060199.xhp 
b/source/text/scalc/01/04060199.xhp
index eb5af00c9a..0fbf698e12 100644
--- a/source/text/scalc/01/04060199.xhp
+++ b/source/text/scalc/01/04060199.xhp
@@ -391,7 +391,7 @@
                </tablecell>
         <tablecell><paragraph role="tablecontent" localize="false" 
id="par_id421687561821896">&amp;</paragraph>
                </tablecell>
-        <tablecell><paragraph role="tablecontent" 
id="par_id391687561825288">Binary operation string concatenation. Note that 
unary (prefix) + and - have a different precedence. Note that "&amp;" shall be 
escaped when included in an XML document</paragraph>
+        <tablecell><paragraph role="tablecontent" 
id="par_id391687561825288">Binary operation string concatenation. Note that 
"&amp;" shall be escaped when included in an XML document.</paragraph>
                </tablecell>
        </tablerow>
        <tablerow>
@@ -399,16 +399,15 @@
                </tablecell>
         <tablecell><paragraph role="tablecontent" localize="false" 
id="par_id41687561835121">=, &lt;&gt;, &lt;, &lt;=,<br/>&gt;, &gt;=</paragraph>
                </tablecell>
-        <tablecell><paragraph role="tablecontent" 
id="par_id631687561838545">Comparison        operators equal to, not equal to, 
less than, less than or equal to, greater than, greater than or equal 
to</paragraph>
+        <tablecell><paragraph role="tablecontent" 
id="par_id631687561838545">Comparison operators equal to, not equal to, less 
than, less than or equal to, greater than, greater than or equal to.</paragraph>
                </tablecell>
        </tablerow>
 </table>
-<note id="par_id241687561247336">Prefix €œ"-"€ has a higher precedence than 
"^"€, €œ"^"€ is left-associative, and
-reference intersection has a higher precedence than reference union.</note>
-<note id="par_id941687561277896">Prefix "+"€ and "-" are defined to be 
right-associative. However, note that typical applications which implement at 
most the operators defined in this specification (as specified) may implement 
them as left-associative, because the calculated results will be 
identical.</note>
+<note id="par_id241687561247336">Prefix "-" has a higher precedence than "^", 
"^" is left-associative, and reference intersection has a higher precedence 
than reference union.</note>
+<note id="par_id941687561277896">Prefix "+" and "-" are defined to be 
right-associative. However, note that typical applications which implement at 
most the operators defined in this specification (as specified) may implement 
them as left-associative, because the calculated results will be 
identical.</note>
 <note id="par_id411687561295059">Precedence can be overridden by using 
parentheses, so "=2+3*4" computes to 14 but "=(2+3)*4" computes 20.</note>
 <section id="relatedtopics">
-    <paragraph role="paragraph" id="par_id661687565493405"><link 
href="OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#Operators">OpenDocument
 v1.3 part4, Formula Operators</link></paragraph>
+    <paragraph role="paragraph" id="par_id661687565493405"><link 
href="https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#Operators";>OpenDocument
 v1.3 part 4, Formula Operators</link></paragraph>
 </section>
 </body>
 </helpdocument>

Reply via email to