[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Oct 4 14:14:04 UTC 2016
sc/source/ui/undo/undoblk3.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 47d1aa87cbe8390f9c6190b13733f8c1fd240e30
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/29377
Reviewed-by: jan iversen <jani at documentfoundation.org>
diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx
index bb90e11..791c5b7 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);
More information about the Libreoffice-commits
mailing list