LCL, grids: do not quote copied cell when the text contain a quote,issue #30623

git-svn-id: trunk@54001 -
This commit is contained in:
jesus 2017-01-25 15:14:20 +00:00
parent 90a4a40c23
commit 14145bdd4a

View File

@ -10578,8 +10578,7 @@ var
DoCellProcess(aCol, aRow, cpCopy, s);
if (pos(#9, s)>0) or
(pos(#10, s)>0) or
(pos(#13, s)>0) or
(pos('"', s)>0)
(pos(#13, s)>0)
then
result := AnsiQuotedStr(s, '"')
else