summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-10-30 00:50:45 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-10-30 23:13:20 +0100
commite7f3330c98d83282f957513941fd7b5a7b9c00b7 (patch)
tree9f92ab40047011944d4cb3cbd989c09511d969d3 /sc/inc
parentadefd564d07a6e70cc1d9fad8febe5b434511e83 (diff)
use positional hint for UpdateScript, fdo#69006
Change-Id: Ie1bdc905e869d56625440e2a52d48993fa2fda9d
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/column.hxx2
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;