https://issues.apache.org/ooo/show_bug.cgi?id=119960
--- Comment #3 from zhaoshzh <[email protected]> --- when paste the pure text content to a spreadsheet cell, it only inserts the string in the "",but other string is removed. for example, if the content is like "Shape Properties of Dimension Line" context menu is missing in SW. paste it to a cell, only "Shape Properties of Dimension Line" was pasted. in the file of \main\sc\source\ui\docshell\impex.cxx in the function of sal_Bool ScImportExport::Text2Doc( SvStream& rStrm ) only the string between "" is inserted in a cell, so just append the left string in the cell. -- You are receiving this mail because: You are the assignee for the bug.
