sc/source/ui/undo/undoblk.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 26f9a971abe37cee355744da1af76092e0fe11df Author: Kohei Yoshida <kohei.yosh...@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 <er...@redhat.com> Tested-by: Eike Rathke <er...@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 { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits