View | Details | Raw Unified | Return to issue 119493
Collapse All | Expand All

(-)filter/source/msfilter/svdfppt.cxx (+7 lines)
Lines 7829-7834 Link Here
7829
							if ( pPtr->pBObj == pPartObj )
7829
							if ( pPtr->pBObj == pPartObj )
7830
								pPtr->pBObj = NULL;
7830
								pPtr->pBObj = NULL;
7831
						}
7831
						}
7832
						//In MS, the one_row_one_col table is made up of five shape,the connector is connected to some part of a table. 
7833
						//but in AOO, the connector is connected to the whole group table,so the connector obj is a group table when export by AOO.
7834
						//should process this situation when import.
7835
						if ( pPtr->pAObj == pGroup )
7836
							pPtr->pAObj = pTable;
7837
						if ( pPtr->pBObj == pGroup )
7838
							pPtr->pBObj = pTable;
7832
					}
7839
					}
7833
				}
7840
				}
7834
				pTable->uno_unlock();
7841
				pTable->uno_unlock();

Return to issue 119493