summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-02-11 01:08:15 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-02-11 12:29:56 +0000
commit04b11e8d5411f687fb573f94d6ed58ace7c424c4 (patch)
tree730a11cc10f35436daa5f59c692714d0f799c2d3
parent517cf1185e5e3fd4eaedf6b49ffecbd957317bbb (diff)
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@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-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 fe94d096e727..3239b1c0f8b8 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 );