summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-02-11 01:08:15 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-02-11 01:09:02 -0500
commit182ac74065d8724bf74003cb72928b2cfa7388e9 (patch)
tree7476ccf6186df3812b8ae41e6453ab84bbfad9c1
parentaa03bdcb5216ff82de22fc02ffa0746902f64972 (diff)
fdo#74014: Broadcast here....
Change-Id: Ib3c1e6b18af2c96c8c38237ab65f868ffec5f139
-rw-r--r--sc/source/ui/undo/undoblk3.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx
index 95949b8166df..5c44dd86a83e 100644
--- a/sc/source/ui/undo/undoblk3.cxx
+++ b/sc/source/ui/undo/undoblk3.cxx
@@ -142,6 +142,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 );