[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Oct 4 15:38:04 UTC 2016
sc/source/ui/undo/undoblk3.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 36b17b095850e73b3a5f044ac69661a813fbf3b8
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>
(cherry picked from commit f6f213bed507d1d7547f6098a67b6e460d46bce6)
Reviewed-on: https://gerrit.libreoffice.org/29376
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx
index dfec1d1..3072d0c 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