https://issues.apache.org/ooo/show_bug.cgi?id=122714
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] |g | --- Comment #1 from Armin Le Grand <[email protected]> --- ALG: Thanks Edwin. I compared with OOO3.3. Main reason are the fixes for #120559# and #118840#. In OOo3.3 the data is not copied at all, but this gets not visible immediately. The saved, last layout and graphic of the chart is used after paste. This leads to empty charts as soon as these get activated once. In AOO4.0 the data is copied and the chart is re-layouted after paste. The initial copy of data happens when the copy is prepared (on CTRL-C) in a temporary model. In that stage the format of the cells may be ignored/handled wrong or even may not be copyable to the local chart data model at all, needs investigation. This was probably never done/always wrong, but gets visible now as the data gets copied. Grepping. -- You are receiving this mail because: You are the assignee for the bug.
