diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-10-30 00:50:45 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-10-30 23:13:20 +0100 |
commit | e7f3330c98d83282f957513941fd7b5a7b9c00b7 (patch) | |
tree | 9f92ab40047011944d4cb3cbd989c09511d969d3 /sc/inc | |
parent | adefd564d07a6e70cc1d9fad8febe5b434511e83 (diff) |
use positional hint for UpdateScript, fdo#69006
Change-Id: Ie1bdc905e869d56625440e2a52d48993fa2fda9d
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 44ddf38e7215..61af67cd5b48 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -544,7 +544,7 @@ private: void ActivateNewFormulaCell( const sc::CellStoreType::iterator& itPos, SCROW nRow, ScFormulaCell& rCell, bool bJoin = true ); void ActivateNewFormulaCell( const sc::CellStoreType::position_type& aPos, ScFormulaCell& rCell, bool bJoin = true ); void BroadcastNewCell( SCROW nRow ); - bool UpdateScriptType( sc::CellTextAttr& rAttr, SCROW nRow ); + bool UpdateScriptType( sc::CellTextAttr& rAttr, SCROW nRow, sc::CellStoreType::iterator& itr ); const ScFormulaCell* FetchFormulaCell( SCROW nRow ) const; |