summaryrefslogtreecommitdiff
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:12 -0500
commit51c27b66023fccc39a249b6f4baeb30a9e1e487a (patch)
treec912307d72a781939827e495dd2badf45b2c93aa
parent1280804baccbd0ea1eb61c989ecbfffbda81765c (diff)
Don't forget to broadcast to chart objects.
Change-Id: I6d4d7cd2dc426134c108f1fbcf6e3c32ed4af88d
-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 )