diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-01 18:36:42 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-04 13:59:18 -0500 |
commit | 488b1ea1b9e780930802f5e4eead37552d1c3f6c (patch) | |
tree | b8526458c3def6ea4b7af4d2f1f571741ff680a4 /sc/inc | |
parent | a364a87f73fc2730a987992a8d4242bc12f788d0 (diff) |
Fix multiple operations with formula cell with indirect dependency.
Now the unit test passes. Good.
Change-Id: I23fa8355805c192f43db0199f3628f2bf457a645
Diffstat (limited to 'sc/inc')
-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 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<SCROW>& rRows ); + void BroadcastCells( const std::vector<SCROW>& rRows, sal_uLong nHint ); // cell notes ScPostIt* GetCellNote( SCROW nRow ); |