From fd736c4f7910f5b876c3ab8b8e0e804aa83347a0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 24 Aug 2017 09:26:25 +0200 Subject: loplugin:constparam in sc part4 Change-Id: I745f50257948a53ca07766955c4f4e86dd2a366e Reviewed-on: https://gerrit.libreoffice.org/41497 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/formulacell.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/inc/formulacell.hxx') diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx index a7843f875f7d..17db673be6fe 100644 --- a/sc/inc/formulacell.hxx +++ b/sc/inc/formulacell.hxx @@ -283,7 +283,7 @@ public: void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt ); void UpdateInsertTabAbs(SCTAB nTable); void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt ); - void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt, SCTAB nTabNo ); + void UpdateMoveTab( const sc::RefUpdateMoveTabContext& rCxt, SCTAB nTabNo ); bool TestTabRefAbs(SCTAB nTable); void UpdateCompile( bool bForceIfNameInUse ); void FindRangeNamesInUse(sc::UpdatedRangeNames& rIndexes) const; @@ -373,7 +373,7 @@ public: OUString GetHybridFormula() const; - void SetResultMatrix( SCCOL nCols, SCROW nRows, const ScConstMatrixRef& pMat, formula::FormulaToken* pUL ); + void SetResultMatrix( SCCOL nCols, SCROW nRows, const ScConstMatrixRef& pMat, const formula::FormulaToken* pUL ); /** For import only: set a double result. Use this instead of SetHybridDouble() if there is no (temporary) -- cgit