summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2015-01-15 20:49:36 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2015-01-15 20:53:16 -0500
commit4c93c341be1425401112eed3581e8b8a6308880d (patch)
tree55e6672f97b4b6f8588d94c70f3a23337b74e653 /sc/inc/document.hxx
parentfdo#88398: Re-enable formula group listeners. (diff)
downloadcore-4c93c341be1425401112eed3581e8b8a6308880d.tar.gz
core-4c93c341be1425401112eed3581e8b8a6308880d.zip
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.hxx3
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 );