https://issues.apache.org/ooo/show_bug.cgi?id=119493
--- Comment #8 from SunYing <[email protected]> --- Solution: In MS, the one_row_one_col table is made up of five shape,the connector is connected to some part of a table. but in AOO, the connector is connected to the whole group table,so the connector obj is a group table when export by AOO,should process this situation when import. in file "main\filter\source\msfilter\svdfppt.cxx": in function: SdrPowerPointImport::CreateTable( ) at line 7738. The table object is created by a group object,then release the group object pointer. when a connector connect to a group object pointer created by AOO export, and the group object pointer has been release in line 7846,but the connector solver still use the pointer,so crash occur. There are a solution which replace the group object's pointer with new table object pointer. -- You are receiving this mail because: You are the assignee for the bug.
