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

(-)rtftbl.cxx (+3 lines)
Lines 872-877 Link Here
872
872
873
	ASSERT( pTableNode, "Kein Tabellennode, dann auch keine Box" );
873
	ASSERT( pTableNode, "Kein Tabellennode, dann auch keine Box" );
874
874
875
    if (!pTableNode)
876
        return;
877
875
	SwTableLines& rLns = pTableNode->GetTable().GetTabLines();
878
	SwTableLines& rLns = pTableNode->GetTable().GetTabLines();
876
	SwTableLine* pLine = rLns[ rLns.Count()-1 ];
879
	SwTableLine* pLine = rLns[ rLns.Count()-1 ];
877
	SwTableBoxes& rBoxes = pLine->GetTabBoxes();
880
	SwTableBoxes& rBoxes = pLine->GetTabBoxes();

Return to issue 12627