Bug 139316 - [WIKIHELP] Wrong use of double quotation marks in sample formula
Summary: [WIKIHELP] Wrong use of double quotation marks in sample formula
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
6.4.0.3 release
Hardware: All All
: medium minor
Assignee: sdc.blanco
URL:
Whiteboard: target:7.2.0
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-30 10:58 UTC by LeroyG
Modified: 2020-12-31 11:05 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LeroyG 2020-12-30 10:58:14 UTC
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.
Comment 1 Julien Nabet 2020-12-30 11:20:08 UTC
Indeed in:
236 <paragraph id="par_id5863826" role="paragraph" xml-lang="en-US"><item type="input">=A2+B2+STYLE(IF(CURRENT()&gt;10;”Red”;”Default”))</item></paragraph>
from helpcontent2/source/text/scalc/01/04060104.xhp
Comment 2 Commit Notification 2020-12-31 10:09:14 UTC
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 "
Comment 3 Julien Nabet 2020-12-31 11:05:58 UTC
Good job Seth!
Now it must be fixed in the different languages (where the specific quotes have been kept) in translation repo.