summaryrefslogtreecommitdiffstats
path: root/sc/source/core/data/table2.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-17 23:25:28 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-17 23:25:28 -0500
commit738b6fb605ef3176d525f0634a0165b823e86c76 (patch)
treeb6968357ccc168812df790e7c1a7024e53711c4d /sc/source/core/data/table2.cxx
parentUnused local variable. (diff)
downloadcore-738b6fb605ef3176d525f0634a0165b823e86c76.tar.gz
core-738b6fb605ef3176d525f0634a0165b823e86c76.zip
Register group area listeners as needed when inserting/deleting cells.
Change-Id: I583ace5d134d526d660d4ff0bbf4a16aa10cbe5a
Diffstat (limited to 'sc/source/core/data/table2.cxx')
-rw-r--r--sc/source/core/data/table2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index 6a4647caa0a9..d3b7ec0d2f16 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -1043,10 +1043,10 @@ void ScTable::DetachFormulaCells(
aCol[nCol].DetachFormulaCells(rCxt, nRow1, nRow2);
}
-void ScTable::StartNeededListeners()
+void ScTable::StartNeededListeners( sc::StartListeningContext& rCxt )
{
for (SCCOL i=0; i<=MAXCOL; i++)
- aCol[i].StartNeededListeners();
+ aCol[i].StartNeededListeners(rCxt);
}
void ScTable::SetDirtyFromClip(