https://issues.apache.org/ooo/show_bug.cgi?id=120559
--- Comment #18 from Armin Le Grand <[email protected]> --- ALG: Debugged the chart lifetimes and the load/save cycles. - Load bugdoc is the first load of instance (a) - CTRL-C: save (a), create (b), load in (b) -> load in (b) seems okay - CTRL-P: save (b), create (c), load in (c) -> load in (c) has row/column flipped Has to do with InternalDataProvider's member m_bDataInColumns which is true by default. Forcing it to false in debugger makes the roundtrip work, so something is going wrong here. -- You are receiving this mail because: You are the assignee for the bug.
