diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-28 03:55:01 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-10-04 14:12:32 +0000 |
commit | 47d1aa87cbe8390f9c6190b13733f8c1fd240e30 (patch) | |
tree | 2ce3148dae43afc996ea85dc556dc158c0c48550 | |
parent | 0537b554fd4ac56c1ac1c81e268ef1713c992cbd (diff) |
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@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
(cherry picked from commit f6f213bed507d1d7547f6098a67b6e460d46bce6)
Reviewed-on: https://gerrit.libreoffice.org/29377
Reviewed-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | sc/source/ui/undo/undoblk3.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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); |