From 47d1aa87cbe8390f9c6190b13733f8c1fd240e30 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 28 Sep 2016 03:55:01 +0200 Subject: tdf#99386, broadcast that cell content changed after merge cells undo/redo Change-Id: Idf41d1b07e26af66d9eefd18e5d5b582edc205e9 Reviewed-on: https://gerrit.libreoffice.org/29370 Tested-by: Jenkins Reviewed-by: Markus Mohrhard (cherry picked from commit f6f213bed507d1d7547f6098a67b6e460d46bce6) Reviewed-on: https://gerrit.libreoffice.org/29377 Reviewed-by: jan iversen --- sc/source/ui/undo/undoblk3.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc') diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx index bb90e113378b..791c5b71b1bf 100644 --- a/sc/source/ui/undo/undoblk3.cxx +++ b/sc/source/ui/undo/undoblk3.cxx @@ -728,6 +728,8 @@ void ScUndoMerge::DoChange( bool bUndo ) const if (!bDidPaint) ScUndoUtil::PaintMore(pDocShell, aRange); + + rDoc.BroadcastCells(aRange, SC_HINT_DATACHANGED); } ShowTable(aCurRange); -- cgit