From 488b1ea1b9e780930802f5e4eead37552d1c3f6c Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 1 Nov 2013 18:36:42 -0400 Subject: Fix multiple operations with formula cell with indirect dependency. Now the unit test passes. Good. Change-Id: I23fa8355805c192f43db0199f3628f2bf457a645 --- sc/inc/column.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 0a03ad997c3c..c08236b220d0 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -492,7 +492,7 @@ public: bool HasBroadcaster() const; void Broadcast( SCROW nRow ); - void BroadcastCells( const std::vector& rRows ); + void BroadcastCells( const std::vector& rRows, sal_uLong nHint ); // cell notes ScPostIt* GetCellNote( SCROW nRow ); -- cgit