summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-21 11:57:23 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-21 11:58:53 -0500
commit880f94b86ad8559081839fc444bfa1a589fdec29 (patch)
tree7e9925dc131398ce75c8f2d61dddc36b1c9c6d7c /sc/inc/document.hxx
parentbridges: oops, static_assert requires 2nd string parameter (diff)
downloadcore-880f94b86ad8559081839fc444bfa1a589fdec29.tar.gz
core-880f94b86ad8559081839fc444bfa1a589fdec29.zip
Handle group area listeners correctly when deleting cells.
Change-Id: Ic37084ed670f53e0354056f7bef54229971dd7c2
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index fcb92dc2e3fd..3dcdf08c0082 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1915,6 +1915,7 @@ public:
bool GetHardRecalcState() { return bHardRecalcState; }
void SetHardRecalcState( bool bVal ) { bHardRecalcState = bVal; }
void StartAllListeners();
+ void StartNeededListeners();
const ScFormulaCell* GetFormulaTree() const { return pFormulaTree; }
bool HasForcedFormulas() const { return bHasForcedFormulas; }
void SetForcedFormulas( bool bVal ) { bHasForcedFormulas = bVal; }