https://issues.apache.org/ooo/show_bug.cgi?id=121231
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Issue Type|ENHANCEMENT |DEFECT --- Comment #6 from Armin Le Grand <[email protected]> --- ALG: Works in OOo3.3, thus it was introduced with CWS chart45 on the way to OOO3.4, still in the Oracle phase. Not a regression on AOO side (what does not help with the task, though). The problem is that the fix which lead to this basically always copies the data to local data in the chart during copy/paste. #118840# was a result, in the case that the sheet was named 'Sheet1' this was not working; that's what I fixed. The missing step is to - either detect that the data is available via xDataProvider after paste and remove the internal one - or offer the user edit possibilities to go back to a range if intended The point is that the new behavior is to copy the data locally to the chart as default (which cannot be avoided since this decision has to be made at copy-time, not at paste time, thus the target is not known and also not if the target is the same as the source). Seen from that basically changed behavior adding the missing step is an enhancement. But I see your point, maybe just let it on regression. Maybe I oversee something basic, too, I'm not a calc/chart specialist... Thus, back to defect. -- You are receiving this mail because: You are the assignee for the bug.
