Description: Formula has right double quotation marks (Unicode U+201d ”) instead of (neutral) quotation marks (Unicode U+0022 "). Steps to Reproduce: 1. Go to https://help.libreoffice.org/latest/en-US/text/scalc/01/04060104.html?DbPAR=CALC#par_id5863826 Actual Results: =A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”)) with U+201d Expected Results: =A2+B2+STYLE(IF(CURRENT()>10;"Red";"Default")) with U+0022 Reproducible: Always User Profile Reset: No Additional Info: Tested for 6.4, 7.0, latest; en-US and es.
Indeed in: 236 <paragraph id="par_id5863826" role="paragraph" xml-lang="en-US"><item type="input">=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))</item></paragraph> from helpcontent2/source/text/scalc/01/04060104.xhp
Seth Chaiklin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/a7b6a0c0ca1e250f951260cfc37877ae6b66ec2d tdf#139316 change Unicode U+201d ” to Unicode U+0022 "
Good job Seth! Now it must be fixed in the different languages (where the specific quotes have been kept) in translation repo.