summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
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-18 08:31:58 -0500
commit1acc10db8c6fd413567ced4feb2543ac8f150eb0 (patch)
tree87256f9f3ff755324a4b101e67b55ebf86256541 /sc/inc/column.hxx
parent087b6041794a6a04c2e957ebf9a03fd223fa0fb3 (diff)
Register group area listeners as needed when inserting/deleting cells.
Change-Id: I583ace5d134d526d660d4ff0bbf4a16aa10cbe5a
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 499825f5d07c..a1466aed67f9 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -490,7 +490,7 @@ public:
void StartListening( sc::StartListeningContext& rCxt, SCROW nRow, SvtListener& rListener );
void EndListening( sc::EndListeningContext& rCxt, SCROW nRow, SvtListener& rListener );
void StartAllListeners();
- void StartNeededListeners(); // only for cells where NeedsListening()==true
+ void StartNeededListeners( sc::StartListeningContext& rCxt ); // only for cells where NeedsListening()==true
void SetDirtyIfPostponed();
void BroadcastRecalcOnRefMove();
void TransferListeners( ScColumn& rDestCol, SCROW nRow1, SCROW nRow2, SCROW nRowDelta );