diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2015-01-15 20:49:36 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2015-01-15 20:53:16 -0500 |
commit | 4c93c341be1425401112eed3581e8b8a6308880d (patch) | |
tree | 55e6672f97b4b6f8588d94c70f3a23337b74e653 /sc/inc/document.hxx | |
parent | ed33b94930c42968ab047602a07e5aa5eda3b99c (diff) |
fdo#88398: Handle group listeners correctly when splitting formula group.
It's basically the same thing we do in ScDocument::DeleteArea(), implemented
in ScDocument::SetValue() and SetString().
Change-Id: Ifcae31aaef0e00ed8659aa5e2b9b8e206dc1a099
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index ddf427d32f26..baf8c9c42f2a 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -2210,6 +2210,9 @@ private: void SharePooledResources( ScDocument* pSrcDoc ); + void EndListeningIntersectedGroup( + sc::EndListeningContext& rCxt, const ScAddress& rPos, std::vector<ScAddress>* pGroupPos = NULL ); + void EndListeningIntersectedGroups( sc::EndListeningContext& rCxt, const ScRange& rRange, std::vector<ScAddress>* pGroupPos = NULL ); |