mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 16:34:24 +01:00 
			
		
		
		
	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:
		
							parent
							
								
									90a4a40c23
								
							
						
					
					
						commit
						14145bdd4a
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user