diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-17 23:25:28 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-18 08:31:58 -0500 |
commit | 1acc10db8c6fd413567ced4feb2543ac8f150eb0 (patch) | |
tree | 87256f9f3ff755324a4b101e67b55ebf86256541 /sc/inc/column.hxx | |
parent | 087b6041794a6a04c2e957ebf9a03fd223fa0fb3 (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.hxx | 2 |
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 ); |