Kaydet (Commit) 4295dfd2 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Norbert Thiebaud

cppcheck: fix uselessAssignmentPtrArg

Change-Id: I260bb1207cebb8cefb52fe1db3f51b63239b25a7
Reviewed-on: https://gerrit.libreoffice.org/3873Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
Tested-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
üst 9b9ee3d5
......@@ -420,7 +420,7 @@ static void lcl_InitArray( ScSubTotalFunc eFunc,
}
static double lcl_CalcData( ScSubTotalFunc eFunc,
double fCount, double fSum, double fSumSqr)
double& fCount, double fSum, double fSumSqr)
{
if (fCount < 0.0)
return 0.0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment