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

(-)sw.old/source/core/unocore/unotbl.cxx (-2 / +3 lines)
Lines 1364-1371 Link Here
1364
				break;
1364
				break;
1365
				case FN_UNO_TABLE_COLUMN_SEPARATORS:
1365
				case FN_UNO_TABLE_COLUMN_SEPARATORS:
1366
				{
1366
				{
1367
					UnoActionContext aContext(pFmt->GetDoc());
1367
					SwTable* pTable = SwTable::FindTable( pFmt );
1368
					SwTable* pTable = SwTable::FindTable( pFmt );
1368
					lcl_SetTblSeparators(aValue, pTable, pLine->GetTabBoxes()[0], sal_True, pDoc);
1369
					lcl_SetTblSeparators(aValue, pTable, pLine->GetTabBoxes()[0], sal_True, pFmt->GetDoc());
1369
				}
1370
				}
1370
				break;
1371
				break;
1371
				default:
1372
				default:
Lines 3331-3337 Link Here
3331
				break;
3332
				break;
3332
				case FN_UNO_TABLE_COLUMN_SEPARATORS:
3333
				case FN_UNO_TABLE_COLUMN_SEPARATORS:
3333
				{
3334
				{
3334
					UnoActionContext(pFmt->GetDoc());
3335
					UnoActionContext aContext(pFmt->GetDoc());
3335
					SwTable* pTable = SwTable::FindTable( pFmt );
3336
					SwTable* pTable = SwTable::FindTable( pFmt );
3336
					lcl_SetTblSeparators(aValue, pTable, pTable->GetTabLines()[0]->GetTabBoxes()[0], sal_False, pFmt->GetDoc());
3337
					lcl_SetTblSeparators(aValue, pTable, pTable->GetTabLines()[0]->GetTabBoxes()[0], sal_False, pFmt->GetDoc());
3337
				}
3338
				}

Return to issue 65041