diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-11 01:08:15 -0500 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-02-11 12:29:56 +0000 |
commit | 04b11e8d5411f687fb573f94d6ed58ace7c424c4 (patch) | |
tree | 730a11cc10f35436daa5f59c692714d0f799c2d3 | |
parent | 517cf1185e5e3fd4eaedf6b49ffecbd957317bbb (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.cxx | 1 |
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 ); |