[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source
Kohei Yoshida
kohei.yoshida at collabora.com
Tue Feb 11 04:30:22 PST 2014
sc/source/ui/undo/undoblk3.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 04b11e8d5411f687fb573f94d6ed58ace7c424c4
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Tue Feb 11 01:08:15 2014 -0500
fdo#74014: Broadcast here....
Change-Id: Ib3c1e6b18af2c96c8c38237ab65f868ffec5f139
(cherry picked from commit 182ac74065d8724bf74003cb72928b2cfa7388e9)
Reviewed-on: https://gerrit.libreoffice.org/7989
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx
index fe94d09..3239b1c 100644
--- a/sc/source/ui/undo/undoblk3.cxx
+++ b/sc/source/ui/undo/undoblk3.cxx
@@ -141,6 +141,7 @@ void ScUndoDeleteContents::DoChange( const sal_Bool bUndo )
aCopyRange.aEnd.SetTab(nTabCount-1);
pUndoDoc->CopyToDocument( aCopyRange, nUndoFlags, bMulti, pDoc, &aMarkData );
+ BroadcastChanges(aCopyRange);
DoSdrUndoAction( pDrawUndo, pDoc );
More information about the Libreoffice-commits
mailing list