From 970b431f1a7b6b96c4c9536657ce4fe9d8f5b585 Mon Sep 17 00:00:00 2001 From: Arul Michael Date: Thu, 11 May 2017 17:52:40 +0530 Subject: tdf#93171 Subtotal function with function indexes don't update Calling InerpretTail during Hide rows by SfxHintId::ScDataChanged broadcast Change-Id: Ie78170bb6d49933a49d828a18637cb410796dc06 Reviewed-on: https://gerrit.libreoffice.org/37509 Tested-by: Jenkins Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- sc/inc/column.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/column.hxx') diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 564b6ff8114a..e163a1e295a1 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -588,6 +588,7 @@ public: void Broadcast( SCROW nRow ); void BroadcastCells( const std::vector& rRows, SfxHintId nHint ); + void BroadcastRows( SCROW nStartRow, SCROW nEndRow ); // cell notes ScPostIt* GetCellNote( SCROW nRow ); -- cgit