diff options
Diffstat (limited to 'sc/inc/column.hxx')
-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 da635280c71d..b8b4db6b76d6 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -717,7 +717,7 @@ private: bool bJoin = true, sc::StartListeningType eListenType = sc::SingleCellListening ); void AttachNewFormulaCells( const sc::CellStoreType::position_type& aPos, size_t nLength, - const std::vector<SCROW>& rNewSharedRows ); + std::vector<SCROW>& rNewSharedRows ); void BroadcastNewCell( SCROW nRow ); bool UpdateScriptType( sc::CellTextAttr& rAttr, SCROW nRow, sc::CellStoreType::iterator& itr ); |