sc/source/ui/undo/undoblk3.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 36b17b095850e73b3a5f044ac69661a813fbf3b8
Author: Markus Mohrhard <[email protected]>
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 <[email protected]>
    Reviewed-by: Markus Mohrhard <[email protected]>
    (cherry picked from commit f6f213bed507d1d7547f6098a67b6e460d46bce6)
    Reviewed-on: https://gerrit.libreoffice.org/29376
    Reviewed-by: Eike Rathke <[email protected]>
    Tested-by: Eike Rathke <[email protected]>

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);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to