diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-22 13:12:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-22 20:54:46 +0200 |
commit | 66e32324f6441818612f088cfa5c8082c8ceea32 (patch) | |
tree | 9117ab96f16b30ca8b5f098afd71c0b1ba6d2beb /sc/inc/column.hxx | |
parent | b622db74f0dcb32cb1d64f1ad1a365bd45106443 (diff) |
loplugin:constparam in sc part1
Change-Id: I82fba7ebb3b4f018721642c96bbfa615c6a382c3
Reviewed-on: https://gerrit.libreoffice.org/41419
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index db72912cbcb2..b9b5b01f3fe2 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -171,7 +171,7 @@ friend class sc::CellStoreEvent; bool ParseString( ScCellValue& rCell, SCROW nRow, SCTAB nTab, const OUString& rString, formula::FormulaGrammar::AddressConvention eConv, - ScSetStringParam* pParam ); + const ScSetStringParam* pParam ); public: @@ -296,7 +296,7 @@ public: ScAttrIterator* CreateAttrIterator( SCROW nStartRow, SCROW nEndRow ) const; void UpdateSelectionFunction( - const ScRangeList& rRanges, ScFunctionData& rData, ScFlatBoolRowSegments& rHiddenRows ); + const ScRangeList& rRanges, ScFunctionData& rData, const ScFlatBoolRowSegments& rHiddenRows ); void CopyToColumn( sc::CopyToDocContext& rCxt, SCROW nRow1, SCROW nRow2, InsertDeleteFlags nFlags, bool bMarked, |