[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Wed Jan 29 06:09:52 PST 2014


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

New commits:
commit 26f9a971abe37cee355744da1af76092e0fe11df
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Mon Jan 27 21:06:30 2014 -0500

    fdo#74014: Broadcast cells on undoing of "cut".
    
    (cherry picked from commit 3032d08226f77505e7105fb7cfb7f4b4741fd3ca)
    (cherry picked from commit 67cab8548356109d52317c797649ab31585db5ae)
    
    Change-Id: I0fdf518078c86f259e72307f8011a988555a9235
    Reviewed-on: https://gerrit.libreoffice.org/7709
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx
index 946ed99..ffbda7a 100644
--- a/sc/source/ui/undo/undoblk.cxx
+++ b/sc/source/ui/undo/undoblk.cxx
@@ -786,6 +786,8 @@ void ScUndoCut::DoChange( const sal_Bool bUndo )
         ScChangeTrack* pChangeTrack = pDoc->GetChangeTrack();
         if ( pChangeTrack )
             pChangeTrack->Undo( nStartChangeAction, nEndChangeAction );
+
+        BroadcastChanges(aCopyRange);
     }
     else        // only for Redo
     {


More information about the Libreoffice-commits mailing list