summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-11-27 21:40:12 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-27 21:40:42 -0500
commit431fed3311588333b3ff9b873807865a4a205e50 (patch)
tree7fb8f6059739529c9a547035362dfa10966ab5da /sc
parentf579d49aafe53f6a5500c7c4a0ca28953de9fecf (diff)
Don't forget to broadcast to chart objects.
Change-Id: I6d4d7cd2dc426134c108f1fbcf6e3c32ed4af88d
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/undo/undobase.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/undo/undobase.cxx b/sc/source/ui/undo/undobase.cxx
index c38ff47892b9..178ec573bb7d 100644
--- a/sc/source/ui/undo/undobase.cxx
+++ b/sc/source/ui/undo/undobase.cxx
@@ -162,6 +162,8 @@ void ScSimpleUndo::BroadcastChanges( const ScRange& rRange )
}
}
}
+
+ pDoc->BroadcastUno(SfxSimpleHint(SC_HINT_DATACHANGED));
}
void ScSimpleUndo::ShowTable( SCTAB nTab )