[Libreoffice-commits] core.git: sc/source
Noel Grandin
noel.grandin at collabora.co.uk
Wed Aug 30 10:22:20 UTC 2017
sc/source/core/data/grouptokenconverter.cxx | 2 +-
sc/source/core/inc/grouptokenconverter.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit eb08f19c73265e51f9192e65989be06277aef3dc
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Wed Aug 30 11:49:32 2017 +0200
loplugin:constparam
Change-Id: I81055d60c3c5d35e46e7d0c3a451e93e42d86783
diff --git a/sc/source/core/data/grouptokenconverter.cxx b/sc/source/core/data/grouptokenconverter.cxx
index 0418cf98fc3b..98ba8cdfa9b1 100644
--- a/sc/source/core/data/grouptokenconverter.cxx
+++ b/sc/source/core/data/grouptokenconverter.cxx
@@ -84,7 +84,7 @@ SCROW ScGroupTokenConverter::trimLength(SCTAB nTab, SCCOL nCol1, SCCOL nCol2, SC
}
ScGroupTokenConverter::ScGroupTokenConverter(
- ScTokenArray& rGroupTokens, ScDocument& rDoc, ScFormulaCell& rCell, const ScAddress& rPos) :
+ ScTokenArray& rGroupTokens, ScDocument& rDoc, const ScFormulaCell& rCell, const ScAddress& rPos) :
mrGroupTokens(rGroupTokens),
mrDoc(rDoc),
mrCell(rCell),
diff --git a/sc/source/core/inc/grouptokenconverter.hxx b/sc/source/core/inc/grouptokenconverter.hxx
index 43b3ac3f6fd5..66583da9edc1 100644
--- a/sc/source/core/inc/grouptokenconverter.hxx
+++ b/sc/source/core/inc/grouptokenconverter.hxx
@@ -30,7 +30,7 @@ class SC_DLLPUBLIC ScGroupTokenConverter
SCROW trimLength(SCTAB nTab, SCCOL nCol1, SCCOL nCol2, SCROW nRow, SCROW nRowLen);
public:
- ScGroupTokenConverter(ScTokenArray& rGroupTokens, ScDocument& rDoc, ScFormulaCell& rCell, const ScAddress& rPos);
+ ScGroupTokenConverter(ScTokenArray& rGroupTokens, ScDocument& rDoc, const ScFormulaCell& rCell, const ScAddress& rPos);
bool convert( const ScTokenArray& rCode, sc::FormulaLogger::GroupScope& rScope );
};
More information about the Libreoffice-commits
mailing list