diff options
author | Arul Michael <arul71.m@gmail.com> | 2017-05-16 17:05:19 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-18 13:11:26 +0200 |
commit | 47cbf098ee6019a2090b2e933439fd4aa399ed20 (patch) | |
tree | 9dabbc0dee3f980de7d4250acdb4202e4f802114 /sc/inc/column.hxx | |
parent | 7c4ad801bf9812851d911aca1a6c8d8a965f475a (diff) |
New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-up
Adding new Hintid for HideRows so that we notify only formulas with subtotal
and aggregate function for recalculation. Added unit testing.
Change-Id: I44f2e45acaf697f91744bc8202f27b218faa5b43
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 e163a1e295a1..0c195eb316d0 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -588,7 +588,7 @@ public: void Broadcast( SCROW nRow ); void BroadcastCells( const std::vector<SCROW>& rRows, SfxHintId nHint ); - void BroadcastRows( SCROW nStartRow, SCROW nEndRow ); + void BroadcastRows( SCROW nStartRow, SCROW nEndRow, SfxHintId nHint ); // cell notes ScPostIt* GetCellNote( SCROW nRow ); |