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.gran...@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 ); }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits