[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Wed Sep 28 21:47:37 UTC 2016
sc/source/ui/undo/undoblk3.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f6f213bed507d1d7547f6098a67b6e460d46bce6
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Wed Sep 28 03:55:01 2016 +0200
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 <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx
index dc2d9e2f..7d1f2d9 100644
--- a/sc/source/ui/undo/undoblk3.cxx
+++ b/sc/source/ui/undo/undoblk3.cxx
@@ -727,6 +727,8 @@ void ScUndoMerge::DoChange( bool bUndo ) const
if (!bDidPaint)
ScUndoUtil::PaintMore(pDocShell, aRange);
+
+ rDoc.BroadcastCells(aRange, SC_HINT_DATACHANGED);
}
ShowTable(aCurRange);
More information about the Libreoffice-commits
mailing list