tdf#120270 : ScUndoDragDrop - Notifying listeners of the area...
commit86ba9cdc69976d9cdb7d6ec1a527012647abf10d
authorDennis Francis <dennis.francis@collabora.com>
Fri, 29 Mar 2019 13:04:22 +0000 (29 18:34 +0530)
committerDennis Francis <dennis.francis@collabora.com>
Wed, 3 Apr 2019 07:42:17 +0000 (3 09:42 +0200)
treefc15585010d612ac2b4331349cc5af032b42fc79
parent8cfa7f4dc00f3dd37e57917ef25c806b0e9e6e73
tdf#120270 : ScUndoDragDrop - Notifying listeners of the area...

is not enough. This needs to be done recursively, ie notify the
listeners, notify the listeners of the listeners and so on.
ScDocument::BroadcastCells() seems to do exactly that, so lets
use it here intead of collect+notify.

Change-Id: Ifa273fea5f08af661958cd9b4c3d01d9044b8727
Reviewed-on: https://gerrit.libreoffice.org/70044
Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
Tested-by: Dennis Francis <dennis.francis@collabora.com>
sc/source/ui/undo/undoblk.cxx