summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-27 21:06:30 -0500
committerEike Rathke <erack@redhat.com>2014-01-29 14:09:32 +0000
commit26f9a971abe37cee355744da1af76092e0fe11df (patch)
tree485163cfd5b25387e3896c62b003eba326b94d59
parent5ced55668d729c49c154f9d2d81907f3d44e3593 (diff)
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@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
-rw-r--r--sc/source/ui/undo/undoblk.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx
index 946ed998d751..ffbda7a84f57 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
{