Kaydet (Commit) 137c38a1 authored tarafından Jim Raykowski's avatar Jim Raykowski Kaydeden (comit) Michael Stahl

tdf#117189 Fix table InsertRow redo

Change-Id: I92ce18105550d9514b18b81080cfd0c19dfe648b
Reviewed-on: https://gerrit.libreoffice.org/53618Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 99134582
......@@ -634,7 +634,7 @@ bool SwTable::InsertRow_( SwDoc* pDoc, const SwSelBoxes& rBoxes,
pPCD->AddRowCols( *this, rBoxes, nCnt, bBehind );
pDoc->UpdateCharts( GetFrameFormat()->GetName() );
pDoc->GetDocShell()->GetFEShell()->UpdateTableStyleFormatting();
pDoc->GetDocShell()->GetFEShell()->UpdateTableStyleFormatting( pTableNd );
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment