[Libreoffice-commits] core.git: sw/source
Jim Raykowski
raykowj at gmail.com
Mon May 21 20:26:58 UTC 2018
sw/source/core/doc/tblrwcl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 137c38a1ba01c51c421f695e1558d2c1499c6627
Author: Jim Raykowski <raykowj at gmail.com>
Date: Sat Apr 28 22:20:51 2018 -0800
tdf#117189 Fix table InsertRow redo
Change-Id: I92ce18105550d9514b18b81080cfd0c19dfe648b
Reviewed-on: https://gerrit.libreoffice.org/53618
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
diff --git a/sw/source/core/doc/tblrwcl.cxx b/sw/source/core/doc/tblrwcl.cxx
index 0c589270ce24..c33b005e9a89 100644
--- a/sw/source/core/doc/tblrwcl.cxx
+++ b/sw/source/core/doc/tblrwcl.cxx
@@ -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;
}
More information about the Libreoffice-commits
mailing list