Kaydet (Commit) f6f213be authored tarafından Markus Mohrhard's avatar Markus Mohrhard

tdf#99386, broadcast that cell content changed after merge cells undo/redo

Change-Id: Idf41d1b07e26af66d9eefd18e5d5b582edc205e9
Reviewed-on: https://gerrit.libreoffice.org/29370Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 80942ca0
...@@ -727,6 +727,8 @@ void ScUndoMerge::DoChange( bool bUndo ) const ...@@ -727,6 +727,8 @@ void ScUndoMerge::DoChange( bool bUndo ) const
if (!bDidPaint) if (!bDidPaint)
ScUndoUtil::PaintMore(pDocShell, aRange); ScUndoUtil::PaintMore(pDocShell, aRange);
rDoc.BroadcastCells(aRange, SC_HINT_DATACHANGED);
} }
ShowTable(aCurRange); ShowTable(aCurRange);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment